Fix CGAL links

master
huxingyi 2020-10-13 22:27:26 +09:30
parent 5b7c9dbc44
commit e4443589de
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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%