build: try to fix appveyor script
This commit is contained in:
parent
78ee36f687
commit
49cde9f871
|
|
@ -1,9 +1,9 @@
|
||||||
version: 1.0.{build}
|
version: 1.0.{build}
|
||||||
|
install:
|
||||||
|
- cmd: curl -fsSL -o embree.zip "https://github.com/embree/embree/releases/download/v2.9.0/embree-2.9.0.win32.windows.zip"
|
||||||
|
- cmd: 7z x embree.zip
|
||||||
build_script:
|
build_script:
|
||||||
- ps: >-
|
- 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
|
mkdir cmakebuild
|
||||||
|
|
||||||
cd cmakebuild
|
cd cmakebuild
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue