diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-12-03 17:25:22 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-12-03 17:25:22 +0100 |
commit | 610e4dbe906d6638e6ba7d6fc6f0fd0f092feacf (patch) | |
tree | 7f534ce076632364b8b60076f10b4652af2fd510 /.ci | |
parent | Add encrypted file download (diff) | |
download | nheko-610e4dbe906d6638e6ba7d6fc6f0fd0f092feacf.tar.xz |
Bump required boost and cmake version to match mtxclient
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/install.sh b/.ci/install.sh index 0942af62..2c7c71e3 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -31,8 +31,8 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then QT_PKG="59" fi - wget https://cmake.org/files/v3.12/cmake-3.12.2-Linux-x86_64.sh - sudo sh cmake-3.12.2-Linux-x86_64.sh --skip-license --prefix=/usr/local + wget https://cmake.org/files/v3.15/cmake-3.15.5-Linux-x86_64.sh + sudo sh cmake-3.15.5-Linux-x86_64.sh --skip-license --prefix=/usr/local mkdir -p build-libsodium ( cd build-libsodium |