build: updates to appveyor.yml
This commit is contained in:
parent
c87a57165c
commit
2674930038
|
|
@ -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
|
||||
Loading…
Reference in New Issue