Skip to content
Snippets Groups Projects

feat: ci single matrix job for e/pi, endcapN/barrel/endcapP

Merged Wouter Deconinck requested to merge wdconinc-master-patch-27127 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -4,7 +4,7 @@ source $(dirname $0)/common.sh $*
# Analyze
/usr/bin/time -v \
root -l -b -q "benchmarks/single/analysis/analyze.cxx(\"${JUGGLER_REC_FILE}\")"
root -l -b -q "benchmarks/single/analysis/analyze.cxx+(\"${JUGGLER_REC_FILE}\")"
if [[ "$?" -ne "0" ]] ; then
echo "ERROR analysis failed"
exit 1
Loading