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

Removing job examples in CI

- Removed the extra examples that were running in the CI. For now we are
only interested in the build.
parent df02b453
Branches
Tags 0.1 v0.1
No related merge requests found
......@@ -20,17 +20,17 @@ compile:
- cd /tmp && git clone --depth=1 https://eicweb.phy.anl.gov/EIC/eicd.git && mkdir eicd_build && cd eicd_build && cmake ../eicd/. && make -j20 install
- cd $homedir && ls -lrth && mkdir build && cd build && cmake .. && make -j10
run_example:
stage: run
tags:
- silicon
script:
- ./build/run gaudirun.py Examples/options/hello_world.py
run_example2:
image: eicweb.phy.anl.gov:4567/eic/npdet/npdet:latest
stage: run
tags:
- silicon
script:
- ./build/run gaudirun.py JugBase/tests/options/simple_reader.py
#run_example:
# stage: run
# tags:
# - silicon
# script:
# - ./build/run gaudirun.py Examples/options/hello_world.py
#
#run_example2:
# image: eicweb.phy.anl.gov:4567/eic/npdet/npdet:latest
# stage: run
# tags:
# - silicon
# script:
# - ./build/run gaudirun.py JugBase/tests/options/simple_reader.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment