summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-01 20:31:06 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-01 20:31:06 +0000
commit59d9e75f66f899223358b8c6490f5d56e7352f8f (patch)
tree44594c3b4252632f36e7f5767ad825fa4eaa9d2d /appveyor.yml
parent9e07b2fe964278028b43e1855c9315d83697bdb9 (diff)
Run msbuild to build PCRE.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d791dbc1..984c2f9d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -21,7 +21,7 @@ environment:
build:
parallel: true
- project: ..\pcre\pcre.sln infrastructure/msvc/2010/boxbackup.sln
+ project: infrastructure/msvc/2010/boxbackup.sln
install:
- cinst strawberryperl
@@ -54,6 +54,7 @@ install:
- cd pcre
- cmake .
- dir
+ - msbuild PCRE.sln /m /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- cd %APPVEYOR_BUILD_FOLDER%\..
- dir
- cd %APPVEYOR_BUILD_FOLDER%