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

CI: debug geant4 job

parent 9f45211a
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,6 @@ variables:
- ls;
- ls ../
- ls ../install
- ls ../install/xerces-c-${XERCESC_VERSION}/
- cmake ${CMAKE_ARGS} -DGEANT4_INSTALL_DATA=ON -DGEANT4_USE_GDML=ON -DGEANT4_BUILD_MULTITHREADED=ON -DXERCESC_ROOT_DIR=../install ../geant4 -DGEANT4_USE_SYSTEM_EXPAT=OFF
- make -j4
- make install
......@@ -263,8 +262,8 @@ ubu-XercesC-323:
<<: *ubuntu-job
<<: *xercesc-job
variables:
CMAKE_ARGS: ${CMAKE_BASE_ARGS}
XERCESC_VERSION: 3.2.3
CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../install/xerces-c-${XERCESC_VERSION} # was: ${CMAKE_BASE_ARGS}
ubu-geant4:
<<: *ubuntu-job
......
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