Skip to content
Snippets Groups Projects

Using COMMON_BENCH_VERSION

Merged Whitney Armstrong requested to merge common_bench into master
1 file
+ 7
1
Compare changes
  • Side-by-side
  • Inline
+ 7
1
@@ -30,7 +30,13 @@ stages:
@@ -30,7 +30,13 @@ stages:
common:setup:
common:setup:
stage: config
stage: config
before_script:
before_script:
- git clone https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup
- |
 
if [[ "${COMMON_BENCH_VERSION}" == "" ]] ; then
 
export COMMON_BENCH_VERSION="master"
 
fi
 
export COMMON_BENCH_VERSION="docs"
 
echo "COMMON_BENCH_VERSION = ${COMMON_BENCH_VERSION}"
 
git clone -b "${COMMON_BENCH_VERSION}" https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup
script:
script:
- source setup/bin/env.sh && ./setup/bin/install_common.sh
- source setup/bin/env.sh && ./setup/bin/install_common.sh
Loading