build: updates to appveyor.yml

This commit is contained in:
Eric Wasylishen 2016-06-17 16:06:04 -07:00
parent c87a57165c
commit 2674930038
1 changed files with 4 additions and 3 deletions

View File

@ -17,11 +17,12 @@ build_script:
cd cmakebuild
If ($env:Platform -Match "x64") {
cmake .. -Dembree_DIR="c:\embree-2.10.0.x64.windows\lib\cmake\embree-2.10.0" -DCMAKE_GENERATOR_PLATFORM=x64
cmake .. -Dembree_DIR="c:/embree-2.10.0.x64.windows/lib/cmake/embree-2.10.0" -DCMAKE_GENERATOR_PLATFORM=x64
} Else {
cmake .. -Dembree_DIR="c:\embree-2.10.0.win32.windows\lib\cmake\embree-2.10.0"
cmake .. -Dembree_DIR="c:/embree-2.10.0.win32.windows/lib/cmake/embree-2.10.0"
}
msbuild PACKAGE.vcxproj /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
cmake --build . --config Release
cpack .
artifacts:
- path: cmakebuild\*.zip