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

CI: more debug messages

parent c7a59f59
No related branches found
No related tags found
1 merge request!2CI: set Ubuntu and macOS pipelines for the new monorepo
...@@ -75,6 +75,9 @@ variables: ...@@ -75,6 +75,9 @@ variables:
- cmake ${CMAKE_ARGS} ../soqt - cmake ${CMAKE_ARGS} ../soqt
- make -j2 - make -j2
- make install - make install
- pwd; ls # CI debug only
- ls ../ # CI debug only
- ls ../../ # CI debug only
artifacts: artifacts:
paths: paths:
- dependencies-install/ - dependencies-install/
...@@ -82,11 +85,11 @@ variables: ...@@ -82,11 +85,11 @@ variables:
.geomodel-build-template: &geomodel-job .geomodel-build-template: &geomodel-job
script: script:
- echo "PWD; LS" - echo "PWD; LS" # CI debug only
- pwd; ls - pwd; ls # CI debug only
- ls ../ - ls ../ # CI debug only
- ls ../../ - ls ../../ # CI debug only
- cmake --version - cmake --version # CI debug only
- mkdir build - mkdir build
- cd build - cd build
- echo "CMAKE_ARGS - ${CMAKE_ARGS}" - echo "CMAKE_ARGS - ${CMAKE_ARGS}"
...@@ -94,6 +97,10 @@ variables: ...@@ -94,6 +97,10 @@ variables:
- cmake ${CMAKE_ARGS} ${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 . -- -j2 # using too many threads will cause weird compilation errors on the Ubuntu docker images...
- cmake --build . -- install - cmake --build . -- install
- pwd; ls # CI debug only
- ls ../ # CI debug only
- ls ../../ # CI debug only
artifacts: artifacts:
paths: paths:
- install - 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