Fix appveyor

master
huxingyi 2018-04-13 20:22:38 -07:00
parent ffea89135b
commit 2ac2b3158e
1 changed files with 3 additions and 3 deletions

View File

@ -13,12 +13,12 @@ environment:
sysdirname: system32
cache:
CGAL-4.11.1.zip -> appveyor.yml
CGAL-4.11.1-Setup.exe -> appveyor.yml
install:
- if not exist CGAL-4.11.1.zip
appveyor DownloadFile https://github.com/CGAL/cgal/releases/download/releases/CGAL-4.11.1/CGAL-4.11.1.zip -FileName CGAL-4.11.1.zip
- 7z x CGAL-4.11.1.zip
appveyor DownloadFile https://github.com/CGAL/cgal/releases/download/releases/CGAL-4.11.1/CGAL-4.11.1-Setup.exe -FileName CGAL-4.11.1-Setup.exe
- CGAL-4.11.1-Setup.exe /S /D=%APPVEYOR_BUILD_FOLDER%\CGAL-4.11.1
- cd CGAL-4.11.1
- mkdir build
- cd build