Skip to content
Snippets Groups Projects

Restructuring repo

Merged Whitney Armstrong requested to merge restructure2 into master
Compare and Show latest version
1 file
+ 6
14
Compare changes
  • Side-by-side
  • Inline
+ 6
14
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 ../..
artifacts:
expire_in: 72 hours
paths:
- results/
- images/
# exclude:
# - .git/
# - datasets/.git/
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 ../..
# - cd NPDet/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j10 && make install
- .local/detector
- .local/lib
- results
- config
stages:
- config
@@ -41,12 +39,6 @@ detector:
paths:
- .local/detector
- .local/lib
artifacts:
paths:
- .local/detector
- .local/lib
- results
- config
script:
- ./util/print_env.sh
- ./util/build_detector.sh
Loading