Fix appveyor

master
huxingyi 2018-04-13 19:41:56 -07:00
parent e36406d756
commit df81929418
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ cache:
install: install:
- if not exist CGAL-4.11.1.zip - if not exist CGAL-4.11.1.zip
appveyor DownloadFile https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.11.1/CGAL-4.11.1.zip -FileName 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 - 7z x CGAL-4.11.1.zip
- cd CGAL-4.11.1 - cd CGAL-4.11.1
- mkdir build - mkdir build