Add debugging to cmake version in ci

This commit is contained in:
Nicolas Werner 2019-12-03 18:04:53 +01:00
parent 610e4dbe90
commit 6d6d4fbcc1
1 changed files with 3 additions and 0 deletions

View File

@ -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