mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-07 02:05:00 +00:00
Fixed CMake link in travis file
This commit is contained in:
parent
87603e9239
commit
2888778c9a
@ -15,9 +15,9 @@ install:
|
||||
- echo "Moving to /tmp"
|
||||
- cd /tmp
|
||||
- echo "Installing CMake"
|
||||
- wget http://www.cmake.org/files/v3.3/cmake-3.3.1-Linux-x86_64.tar.gz
|
||||
- tar xf cmake-3.3.1-Linux-x86_64.tar.gz
|
||||
- export CMAKE_EXECUTABLE=/tmp/cmake-3.3.1-Linux-x86_64/bin/cmake
|
||||
- wget --no-check-certificate https://cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz
|
||||
- tar xf cmake-3.3.2-Linux-x86_64.tar.gz
|
||||
- export CMAKE_EXECUTABLE=/tmp/cmake-3.3.2-Linux-x86_64/bin/cmake
|
||||
- cd -
|
||||
|
||||
before_script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user