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

modified: bin/gen_ci_config

parent 2433192f
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,9 @@ ${CI_JOB_PREFIX}${ifile}_${filename_noext}:
stage: benchmarks
script:
- bash ${script_name}
artifact:
paths:
- results/
allow_failure: true
EOF
......@@ -84,6 +87,9 @@ ${CI_JOB_PREFIX}${ifile}_${filename_noext}:
stage: benchmarks
script:
- root -b -q ${script_name}
artifact:
paths:
- results/
allow_failure: true
EOF
......
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