build: another appveyor fix
This commit is contained in:
parent
d53e67bf8a
commit
fe8a7660e2
|
|
@ -1,14 +1,14 @@
|
||||||
version: 1.0.{build}
|
version: 1.0.{build}
|
||||||
install:
|
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: 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:
|
build_script:
|
||||||
- ps: >-
|
- ps: >-
|
||||||
mkdir cmakebuild
|
mkdir cmakebuild
|
||||||
|
|
||||||
cd 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"
|
msbuild PACKAGE.vcxproj /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue