build: tweak appveyor

This commit is contained in:
Eric Wasylishen 2016-08-06 11:37:00 -07:00
parent 7689235eff
commit 3943be80d7
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,5 @@
version: 1.0.{build}
build_script:
- ps: |
$env:Path += ";C:\cygwin64\bin"
& build-win32.ps1
- ps: & build-win32.ps1
artifacts:
- path: cmakebuild\*.zip

View File

@ -11,6 +11,7 @@ cd ..
cd ..
# build tyrutils
$env:Path += ";C:\cygwin64\bin" # for groff, used for manuals
mkdir cmakebuild
cd cmakebuild
cmake .. -T v140_xp -Dembree_DIR="$EmbreeInstallDir"