This commit is contained in:
Umang Mehta 2017-11-22 17:47:15 -05:00
parent 9e7e896cd0
commit 415d876b03
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ before_script:
- wget https://cmake.org/files/v3.8/cmake-3.8.1.tar.gz -O /tmp/cmake.tar.gz
- mkdir /tmp/cmake
- tar -xzvf /tmp/cmake.tar.gz -C /tmp/cmake
- cd /tmp/cmake
- cd /tmp/cmake/cmake-3.8.1
- ./bootstrap --system-curl
- make -j$(nproc) 2> /dev/null
- sudo make install 2> /dev/null