Sfoglia il codice sorgente

Travis: Upgrade to CMake 3.6.3

Yuri Kunde Schlesner 9 anni fa
parent
commit
01ebb65c30
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .travis-deps.sh

+ 1 - 1
.travis-deps.sh

@@ -11,7 +11,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
 
 
     if [ ! -e $HOME/.local/bin/cmake ]; then
     if [ ! -e $HOME/.local/bin/cmake ]; then
         echo "CMake not found in the cache, get and extract it..."
         echo "CMake not found in the cache, get and extract it..."
-        curl -L http://www.cmake.org/files/v3.2/cmake-3.2.0-Linux-i386.tar.gz \
+        curl -L http://www.cmake.org/files/v3.6/cmake-3.6.3-Linux-x86_64.tar.gz \
             | tar -xz -C $HOME/.local --strip-components=1
             | tar -xz -C $HOME/.local --strip-components=1
     else
     else
         echo "Using cached CMake"
         echo "Using cached CMake"