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

CI: debug

parent 8cea1d49
No related branches found
No related tags found
1 merge request!2CI: set Ubuntu and macOS pipelines for the new monorepo
......@@ -84,13 +84,13 @@ variables:
script:
- echo "PWD; LS"
- pwd; ls
- ls ../
- ls ../../
- cmake --version
- mkdir build
- cd build
- echo "CMAKE_ARGS - ${CMAKE_ARGS}"
- echo "CMAKE_EXTRA_FLAGS - ${CMAKE_EXTRA_FLAGS}"
- ls ../dependencies-install
- ls ../../dependencies-install
- 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