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

modified: bin/gen_ci_config

parent 43b904d8
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,12 @@ set -- "${POSITIONAL[@]}" # restore positional parameters ...@@ -52,6 +52,12 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
shopt -s nullglob shopt -s nullglob
ifile=0 ifile=0
cat <<EOF
stages:
#- simulate
- benchmarks
for script_name in ${BENCHMARK_SCRIPT_DIR}/*.sh for script_name in ${BENCHMARK_SCRIPT_DIR}/*.sh
do do
filename=$(basename ${script_name}) filename=$(basename ${script_name})
......
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