From e4443589de115afb79bdd804ec1b2b84f300e04b Mon Sep 17 00:00:00 2001 From: huxingyi Date: Tue, 13 Oct 2020 22:27:26 +0930 Subject: [PATCH] Fix CGAL links --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 05ab1379..9e5b8346 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libcgal-dev; fi # (Linux) Build CGAL from source - - wget https://github.com/CGAL/cgal/releases/download/releases/CGAL-5.1/CGAL-5.1.zip + - wget https://github.com/CGAL/cgal/releases/download/v5.1/CGAL-5.1.zip - unzip CGAL-5.1.zip - cd CGAL-5.1 - mkdir build diff --git a/appveyor.yml b/appveyor.yml index 833ceb12..a022bdb0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,7 +22,7 @@ install: call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars32.bat" - if not exist CGAL-5.1-Setup.exe - appveyor DownloadFile https://github.com/CGAL/cgal/releases/download/releases/CGAL-5.1/CGAL-5.1-Setup.exe -FileName CGAL-5.1-Setup.exe + appveyor DownloadFile https://github.com/CGAL/cgal/releases/download/v5.1/CGAL-5.1-Setup.exe -FileName CGAL-5.1-Setup.exe - if "%PLATFORM%" == "x86" CGAL-5.1-Setup.exe /S /D=%APPVEYOR_BUILD_FOLDER%\CGAL-5.1 - cd %APPVEYOR_BUILD_FOLDER%