diff options
| author | 2017-05-27 19:52:22 -0700 | |
|---|---|---|
| committer | 2017-05-27 20:44:43 -0700 | |
| commit | 01ebb65c30aca31850c83507be8aff244df7ae88 (patch) | |
| tree | f934963abd8a93fe699ddf3360ead2c0d4c334b2 | |
| parent | CMake: Correct inter-module dependencies and library visibility (diff) | |
| download | yuzu-01ebb65c30aca31850c83507be8aff244df7ae88.tar.gz yuzu-01ebb65c30aca31850c83507be8aff244df7ae88.tar.xz yuzu-01ebb65c30aca31850c83507be8aff244df7ae88.zip | |
Travis: Upgrade to CMake 3.6.3
| -rwxr-xr-x | .travis-deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis-deps.sh b/.travis-deps.sh index 1404fe19f..451886984 100755 --- a/.travis-deps.sh +++ b/.travis-deps.sh | |||
| @@ -11,7 +11,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then | |||
| 11 | 11 | ||
| 12 | if [ ! -e $HOME/.local/bin/cmake ]; then | 12 | if [ ! -e $HOME/.local/bin/cmake ]; then |
| 13 | echo "CMake not found in the cache, get and extract it..." | 13 | echo "CMake not found in the cache, get and extract it..." |
| 14 | curl -L http://www.cmake.org/files/v3.2/cmake-3.2.0-Linux-i386.tar.gz \ | 14 | curl -L http://www.cmake.org/files/v3.6/cmake-3.6.3-Linux-x86_64.tar.gz \ |
| 15 | | tar -xz -C $HOME/.local --strip-components=1 | 15 | | tar -xz -C $HOME/.local --strip-components=1 |
| 16 | else | 16 | else |
| 17 | echo "Using cached CMake" | 17 | echo "Using cached CMake" |