build: try again to fix appveyor

This commit is contained in:
Eric Wasylishen 2016-03-30 15:07:05 -07:00
parent 49cde9f871
commit aa31fcd285
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
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
- 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
build_script:
- ps: >-
mkdir cmakebuild