Add debugging to cmake version in ci

remotes/origin/0.7.0-dev
Nicolas Werner 5 years ago
parent 610e4dbe90
commit 6d6d4fbcc1
  1. 3
      .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

Loading…
Cancel
Save