Skip to content
Snippets Groups Projects
Commit 16b275bd authored by Marilena Bandieramonte's avatar Marilena Bandieramonte
Browse files

Fix in the gitlab-ci.yml file

parent 11fc7401
Branches master
No related tags found
No related merge requests found
Pipeline #1308828 failed
......@@ -80,8 +80,9 @@ geant4-build:
script:
- echo "PWD; LS"
- pwd; ls
- mkdir build
- cd build
- cd ../
- mkdir build_GeoModelG4
- cd build_GeoModelG4
- echo "${CMAKE_ARGS}"
- cmake ${CMAKE_ARGS} ..
- cmake --build . -- -j$(nproc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment