build: try fixing appveyor build

This commit is contained in:
Eric Wasylishen 2016-03-30 14:20:32 -07:00
parent e11e9d5c1f
commit 78ee36f687
1 changed files with 4 additions and 1 deletions

View File

@ -1,11 +1,14 @@
version: 1.0.{build}
build_script:
- ps: >-
curl -fsSL -o embree.zip https://github.com/embree/embree/releases/download/v2.9.0/embree-2.9.0.win32.windows.zip
7z x embree.zip
mkdir cmakebuild
cd cmakebuild
cmake ..
cmake .. -Dembree_DIR=..\embree-2.9.0.win32.windows\lib\cmake\embree-2.9.0
msbuild PACKAGE.vcxproj /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
artifacts: