summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-11-29 20:46:34 +0000
committerChris Wilson <chris+github@qwirx.com>2015-11-29 20:46:34 +0000
commit946e392ee6fcaaf12846b45678bcb1998a5e3001 (patch)
tree660e4dd992ae1ba84742545cea5b9e17832b48d0 /appveyor.yml
parentf6491a15a3fa74df1ddc024df7f03a98da32a356 (diff)
Download and build PCRE with CMake.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 29a2ee40..bac418dd 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -41,7 +41,16 @@ install:
- nmake -f ms\nt.mak install
- cd %APPVEYOR_BUILD_FOLDER%\..
- ps: Start-FileDownload 'http://zlib.net/zlib128-dll.zip'
- - 7za x zlib128-dll.zip
+ - mkdir %APPVEYOR_BUILD_FOLDER%\..\zlib
+ - cd %APPVEYOR_BUILD_FOLDER%\..\zlib
+ - 7za x %APPVEYOR_BUILD_FOLDER%\..\zlib128-dll.zip
+ - cd %APPVEYOR_BUILD_FOLDER%\..
+ - cinst cmake
+ - ps: Start-FileDownload 'ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.38.zip'
+ - 7za x pcre-8.38.zip
+ - cd %APPVEYOR_BUILD_FOLDER%\..\pcre-8.38
+ - rename pcre-8.38 pcre
+ - cmake pcre
- cd %APPVEYOR_BUILD_FOLDER%
- dir