Skip to content
Snippets Groups Projects

Resolve "Split subsystems into their own directories."

Merged Whitney Armstrong requested to merge 20-split-subsystems-into-their-own-directories into master
+ 1
1
@@ -2,7 +2,7 @@ image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
default:
before_script:
- git clone https://eicweb.phy.anl.gov/EIC/detectors/topside.git && mkdir topside/build && cd topside/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j20 install && cd ../..
- git clone https://eicweb.phy.anl.gov/EIC/detectors/topside.git && mkdir topside/build && cd topside/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_CXX_STANDARD=17 && make -j20 install && cd ../..
artifacts:
expire_in: 72 hours
paths:
Loading