Skip to content
Snippets Groups Projects
Commit e0261408 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: .gitlab-ci.yml

parent 2a25ff84
No related branches found
No related tags found
1 merge request!10Restructure benchmarks
...@@ -141,7 +141,7 @@ zdc_benchmark_info_histogram: ...@@ -141,7 +141,7 @@ zdc_benchmark_info_histogram:
script: script:
- cp NPDet/src/detectors/calorimeters/compact/elements.xml calorimeters/ - cp NPDet/src/detectors/calorimeters/compact/elements.xml calorimeters/
- cp NPDet/src/detectors/calorimeters/compact/materials.xml calorimeters/ - cp NPDet/src/detectors/calorimeters/compact/materials.xml calorimeters/
- root -b -q calorimeters/simple_info_plot_histograms.cxx+ - root -b -q benchmarks/calorimeters/simple_info_plot_histograms.cxx+
allow_failure: true allow_failure: true
crystal_emcal_simulation: crystal_emcal_simulation:
...@@ -153,7 +153,7 @@ crystal_emcal_simulation: ...@@ -153,7 +153,7 @@ crystal_emcal_simulation:
script: script:
- cp NPDet/src/detectors/calorimeters/compact/elements.xml ./. - cp NPDet/src/detectors/calorimeters/compact/elements.xml ./.
- cp NPDet/src/detectors/calorimeters/compact/materials.xml ./. - cp NPDet/src/detectors/calorimeters/compact/materials.xml ./.
- bash calorimeters/run_simulation_crystal.sh - bash benchmarks/calorimeters/run_simulation_crystal.sh
crystal_benchmark: crystal_benchmark:
stage: benchmarks stage: benchmarks
...@@ -163,7 +163,7 @@ crystal_benchmark: ...@@ -163,7 +163,7 @@ crystal_benchmark:
- ["crystal_emcal_simulation"] - ["crystal_emcal_simulation"]
script: script:
- ls -lrth sim_output - ls -lrth sim_output
- root -b -q calorimeters/simple_checking_crystal.cxx+ - root -b -q benchmarks/calorimeters/simple_checking_crystal.cxx+
allow_failure: true allow_failure: true
crystal_pion_simulation: crystal_pion_simulation:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment