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

CI: add debug messages to build script.

parent 5a2602d1
No related branches found
No related tags found
1 merge request!2CI: set Ubuntu and macOS pipelines for the new monorepo
......@@ -85,6 +85,8 @@ variables:
- cmake --version
- mkdir build
- cd build
- echo "CMAKE_ARGS - ${CMAKE_ARGS}"
- echo "CMAKE_EXTRA_FLAGS - ${CMAKE_EXTRA_FLAGS}"
- cmake ${CMAKE_ARGS} ${CMAKE_EXTRA_FLAGS} ..
- cmake --build . -- -j2 # using too many threads will cause weird compilation errors on the Ubuntu docker images...
- cmake --build . -- install
......
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