Fix CGAL links
parent
5b7c9dbc44
commit
e4443589de
|
@ -32,7 +32,7 @@ install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libcgal-dev; fi
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libcgal-dev; fi
|
||||||
|
|
||||||
# (Linux) Build CGAL from source
|
# (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
|
- unzip CGAL-5.1.zip
|
||||||
- cd CGAL-5.1
|
- cd CGAL-5.1
|
||||||
- mkdir build
|
- mkdir build
|
||||||
|
|
|
@ -22,7 +22,7 @@ install:
|
||||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars32.bat"
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars32.bat"
|
||||||
|
|
||||||
- if not exist CGAL-5.1-Setup.exe
|
- 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"
|
- if "%PLATFORM%" == "x86"
|
||||||
CGAL-5.1-Setup.exe /S /D=%APPVEYOR_BUILD_FOLDER%\CGAL-5.1
|
CGAL-5.1-Setup.exe /S /D=%APPVEYOR_BUILD_FOLDER%\CGAL-5.1
|
||||||
- cd %APPVEYOR_BUILD_FOLDER%
|
- cd %APPVEYOR_BUILD_FOLDER%
|
||||||
|
|
Loading…
Reference in New Issue