Fixup
This commit is contained in:
parent
9e7e896cd0
commit
415d876b03
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ before_script:
|
||||||
- wget https://cmake.org/files/v3.8/cmake-3.8.1.tar.gz -O /tmp/cmake.tar.gz
|
- wget https://cmake.org/files/v3.8/cmake-3.8.1.tar.gz -O /tmp/cmake.tar.gz
|
||||||
- mkdir /tmp/cmake
|
- mkdir /tmp/cmake
|
||||||
- tar -xzvf /tmp/cmake.tar.gz -C /tmp/cmake
|
- tar -xzvf /tmp/cmake.tar.gz -C /tmp/cmake
|
||||||
- cd /tmp/cmake
|
- cd /tmp/cmake/cmake-3.8.1
|
||||||
- ./bootstrap --system-curl
|
- ./bootstrap --system-curl
|
||||||
- make -j$(nproc) 2> /dev/null
|
- make -j$(nproc) 2> /dev/null
|
||||||
- sudo make install 2> /dev/null
|
- sudo make install 2> /dev/null
|
||||||
|
|
Loading…
Reference in a new issue