Skip to content
Snippets Groups Projects
Commit 6d6d4fbc authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Add debugging to cmake version in ci

parent 610e4dbe
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment