Skip to content

Commit

Permalink
install PCRE for MinGW32 build to test regex Check tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brarcher committed Dec 24, 2016
1 parent 7a9f1dc commit dcf59ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dcf59ad

Please sign in to comment.