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

Fix syntax of gitlab-ci.yml file

parent 43c1abf1
No related branches found
No related tags found
No related merge requests found
Pipeline #1258178 failed
...@@ -68,7 +68,7 @@ geant4-build: ...@@ -68,7 +68,7 @@ geant4-build:
- cmake -DCMAKE_INSTALL_PREFIX=../../install ../ -DGEANT4_INSTALL_DATA=ON -DGEANT4_USE_GDML=ON -DGEANT4_BUILD_MULTITHREADED=ON -DXERCESC_ROOT_DIR=../../install/xerces-c - cmake -DCMAKE_INSTALL_PREFIX=../../install ../ -DGEANT4_INSTALL_DATA=ON -DGEANT4_USE_GDML=ON -DGEANT4_BUILD_MULTITHREADED=ON -DXERCESC_ROOT_DIR=../../install/xerces-c
- make -j$(nproc) - make -j$(nproc)
- make install - make install
artifacts artifacts:
paths: paths:
- install - install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment