summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-01 22:38:38 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-01 22:38:38 +0000
commit2ba6c82c903160e97ae5d74bae15edf844066fc8 (patch)
tree29d8ac229ae431d7393ebefe3ade11d348cca98e /appveyor.yml
parent3e7f19ca077cb369df08a0bdc93acdf3697cbc4b (diff)
Fix pcre path. Install PCRE as well as building it.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 04d2cf32..835f832f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -60,10 +60,10 @@ install:
- cd pcre-8.38
- cmake . -G "Visual Studio 10" -A %PLATFORM% -DCMAKE_INSTALL_PREFIX="%APPVEYOR_BUILD_FOLDER%\..\pcre-%PLATFORM%"
- dir
- - msbuild PCRE.sln /m /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
+ - msbuild INSTALL.vcxproj /m /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- cd %APPVEYOR_BUILD_FOLDER%\..
- dir
- - dir pcre
+ - dir pcre-%PLATFORM%
- cd %APPVEYOR_BUILD_FOLDER%
- dir
- cd infrastructure\msvc