From 2ac2b3158ecfbdf41b2a7ff9d8c1e007008f4025 Mon Sep 17 00:00:00 2001 From: huxingyi Date: Fri, 13 Apr 2018 20:22:38 -0700 Subject: [PATCH] Fix appveyor --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f5eb8625..41b5f5fe 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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