build: another appveyor fix

This commit is contained in:
Eric Wasylishen 2016-03-30 15:32:12 -07:00
parent d53e67bf8a
commit fe8a7660e2
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
version: 1.0.{build}
install:
- ps: Invoke-WebRequest 'https://github.com/embree/embree/releases/download/v2.9.0/embree-2.9.0.win32.windows.zip' -OutFile 'embree.zip'
- ps: 7z x embree.zip
- ps: 7z x embree.zip -oc:\
build_script:
- ps: >-
mkdir cmakebuild
cd cmakebuild
cmake .. -Dembree_DIR=..\embree-2.9.0.win32.windows\lib\cmake\embree-2.9.0
cmake .. -Dembree_DIR="c:\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: