|
@ -11,7 +11,7 @@ matrix: |
|
|
osx_image: xcode9.2 |
|
|
osx_image: xcode9.2 |
|
|
|
|
|
|
|
|
script: |
|
|
script: |
|
|
- sudo apt-get remove cmake |
|
|
- find / | grep cmake |
|
|
- wget https://cmake.org/files/v3.12/cmake-3.12.0-rc2-Linux-x86_64.sh |
|
|
- wget https://cmake.org/files/v3.12/cmake-3.12.0-rc2-Linux-x86_64.sh |
|
|
- chmod +x cmake-3.12.0-rc2-Linux-x86_64.sh |
|
|
- chmod +x cmake-3.12.0-rc2-Linux-x86_64.sh |
|
|
- sudo ./cmake-3.12.0-rc2-Linux-x86_64.sh --skip-license --exclude-subdir --prefix=/usr/local |
|
|
- sudo ./cmake-3.12.0-rc2-Linux-x86_64.sh --skip-license --exclude-subdir --prefix=/usr/local |
|
|