Skip to content
Snippets Groups Projects

Restructuring repo

Merged Whitney Armstrong requested to merge restructure2 into master
Compare and Show latest version
1 file
+ 7
3
Compare changes
  • Side-by-side
  • Inline
+ 7
3
@@ -6,12 +6,11 @@ default:
paths:
- results/
- images/
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 ../..
# exclude:
# - .git/
# - datasets/.git/
#before_script:
# - git clone https://eicweb.phy.anl.gov/EIC/NPDet.git
# - 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
stages:
@@ -59,6 +58,7 @@ get_data:
stage: data_init
needs: ["detector"]
script:
- source options/env.sh
- ln -s ${LOCAL_DATA_PATH}/sim_output sim_output
- ln -s ${LOCAL_DATA_PATH}/datasets/data data
- cd ${LOCAL_DATA_PATH} && git clone --depth=1 https://eicweb.phy.anl.gov/EIC/datasets.git datasets
@@ -67,6 +67,10 @@ get_data:
image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
needs:
- ["get_data"]
before_script:
- source options/env.sh
- ln -s ${LOCAL_DATA_PATH}/sim_output sim_output
- ln -s ${LOCAL_DATA_PATH}/datasets/data data
artifacts:
expire_in: 20 weeks
paths:
Loading