From: Branden Archer Date: Sat, 24 Dec 2016 04:24:25 +0000 (-0500) Subject: install PCRE for MinGW32 build to test regex Check tests X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Fheads%2Fpcre;p=check install PCRE for MinGW32 build to test regex Check tests --- 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"