Skip to content
Snippets Groups Projects
Commit 636a4349 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

CI: show cmake version

parent 56863778
No related branches found
No related tags found
No related merge requests found
Pipeline #1670832 failed
......@@ -113,6 +113,7 @@ variables:
script:
- echo "PWD; LS"
- pwd; ls
- cmake --version
- mkdir build
- cd build
- cmake ${CMAKE_ARGS} ${CMAKE_EXTRA_FLAGS} ..
......@@ -127,6 +128,7 @@ variables:
script:
- echo "PWD; LS"
- pwd; ls
- cmake --version
- mkdir build
# - pwd; ls # for debug
# - ls dependencies-install/ # for debug
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment