diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-12-03 18:04:53 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-12-03 18:04:53 +0100 |
commit | 6d6d4fbcc13713d6221b597915bc6ab7dfff2234 (patch) | |
tree | 5cd02e060eb163ef56690581ceeef2ea919d42e1 /.ci | |
parent | Bump required boost and cmake version to match mtxclient (diff) | |
download | nheko-6d6d4fbcc13713d6221b597915bc6ab7dfff2234.tar.xz |
Add debugging to cmake version in ci
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/script.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.ci/script.sh b/.ci/script.sh index ac6bfed6..fb084305 100755 --- a/.ci/script.sh +++ b/.ci/script.sh @@ -13,6 +13,9 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo update-alternatives --set gcc "/usr/bin/${C_COMPILER}" sudo update-alternatives --set g++ "/usr/bin/${CXX_COMPILER}" + + export PATH="/usr/local/bin/:${PATH}" + cmake --version fi if [ "$TRAVIS_OS_NAME" = "linux" ]; then |