Skip to content
Snippets Groups Projects
Commit cf9c4de2 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Updated CI for new container

parent 3dd30d4c
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,7 @@ cal_test_3_zdc_neutrons_reader:
tags:
- sodium
script:
- source /etc/profile
- root -b -q calorimeters/zdc_neutrons_reader.cxx
allow_failure: true
......@@ -112,6 +113,7 @@ roman_pot_nhits:
tags:
- sodium
script:
- source /etc/profile
- root -b -q trackers/simple_tracking.cxx+
allow_failure: true
......@@ -120,6 +122,7 @@ roman_pot_eta:
tags:
- sodium
script:
- source /etc/profile
- root -b -q trackers/roman_pot_hit_eta.cxx+
allow_failure: true
......@@ -128,6 +131,7 @@ zdc_benchmark:
tags:
- sodium
script:
- source /etc/profile
- ls -lrth sim_output
- root -b -q calorimeters/simple_checking.cxx+
allow_failure: true
......@@ -186,6 +190,5 @@ deploy_results:
# - cd doc && doxygen Doxyfile && mv doxygen_output/html/ ../public/
# artifacts:
# paths:
# - public
# only:
# - public # only:
# - master
#!/bin/bash
source /usr/local/bin/thisdd4hep.sh
source /etc/profile
ddsim --runType batch --numberOfEvents 100 \
--compactFile ./calorimeters/ZDC_example.xml \
......
#!/bin/bash
source /usr/local/bin/thisdd4hep.sh
source /etc/profile
ddsim --runType batch -N 300 \
--inputFiles ./data/forward_ions.hepmc \
......
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