From dcf59adfd5f8a164a41361333a6c0d58e9fbd66f Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Fri, 23 Dec 2016 23:24:25 -0500 Subject: [PATCH] install PCRE for MinGW32 build to test regex Check tests --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 9fb8894..0ec681c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -57,6 +57,7 @@ before_build: - if %platform%==cygwin bash -c "autoreconf -i" - if %platform%==cygwin bash -c "./configure" - if %platform%==mingw32 set PATH=C:\MinGW\bin;%PATH% + - if %platform%==mingw32 appveyor-retry nuget install pcre -Verbosity detailed -OutputDirectory C:\pcre - if %platform%==mingw32 cmake -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=%P% - if %platform%==mingw64msys set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH% - if %platform%==mingw64msys bash -c "autoreconf -i" -- 2.50.1