build: try to fix appveyor script

This commit is contained in:
Eric Wasylishen 2016-03-30 14:53:21 -07:00
parent 78ee36f687
commit 49cde9f871
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
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:
- 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