Skip to content

Commit

Permalink
Fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
huxingyi committed Apr 14, 2018
1 parent ffea891 commit 2ac2b31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ac2b31

Please sign in to comment.