Skip to content
Snippets Groups Projects

Resolve "Split subsystems into their own directories."

Merged Whitney Armstrong requested to merge 20-split-subsystems-into-their-own-directories into master
Files
2
+ 3
3
@@ -8,7 +8,7 @@ zdc_neutrons:
extends: .det_benchmark
stage: benchmarks
needs:
- ["cal_sim:zdc"]
- ["sim:zdc"]
script:
- echo " Not yet complete"
#- root -b -q benchmarks/zdc/zdc_neutrons_reader.cxx
@@ -17,7 +17,7 @@ zdc_benchmark:
extends: .det_benchmark
stage: benchmarks
needs:
- ["cal_sim:zdc"]
- ["sim:zdc"]
script:
- echo " Not yet complete"
#- root -b -q benchmarks/zdc/simple_checking.cxx+
@@ -26,7 +26,7 @@ cal_bench:zdc_benchmark_info_histogram:
extends: .det_benchmark
stage: benchmarks
needs:
- ["cal_sim:zdc"]
- ["sim:zdc"]
script:
- root -b -q benchmarks/zdc/simple_info_plot_histograms.cxx+
Loading