Skip to content
Snippets Groups Projects

CI Update

Merged Whitney Armstrong requested to merge ci_update into master
1 file
+ 14
2
Compare changes
  • Side-by-side
  • Inline
+ 14
2
@@ -5,6 +5,10 @@ default:
- mkdir -p images && mkdir -p doc/
- git clone https://eicweb.phy.anl.gov/EIC/detectors/accelerator.git && ln -s accelerator/eic
- mkdir build && cd build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j20 && make install && cd ..
artifacts:
paths:
- images/
- doc/
stages:
- build
@@ -70,8 +74,16 @@ dawn_view13:detector:
report:
stage: test
needs:
- ["dawn_view1:detector","dawn_view2:detector","dawn_view3:detector", "dawn_view1:ev1","dawn_view2:ev1","dawn_view3:ev1", "dawn_view11:detector","dawn_view12:detector","dawn_view13:detector"]
needs:
- "dawn_view1:detector"
- "dawn_view2:detector"
- "dawn_view3:detector"
- "dawn_view1:ev1"
- "dawn_view2:ev1"
- "dawn_view3:ev1"
- "dawn_view11:detector"
- "dawn_view12:detector"
- "dawn_view13:detector"
tags:
- silicon
artifacts:
Loading