]> granicus.if.org Git - check/commitdiff
install PCRE for MinGW32 build to test regex Check tests pcre
authorBranden Archer <b.m.archer4@gmail.com>
Sat, 24 Dec 2016 04:24:25 +0000 (23:24 -0500)
committerBranden Archer <b.m.archer4@gmail.com>
Sat, 24 Dec 2016 15:12:01 +0000 (10:12 -0500)
appveyor.yml

index 9fb8894cd48db44a3bfbe92ab5193174d0f508d7..0ec681cf34da5d90cfc02aa6b5d51f112fc78cff 100644 (file)
@@ -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"