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

modified: .gitlab-ci.yml

parent 9dfdecfa
No related branches found
No related tags found
No related merge requests found
...@@ -6,22 +6,20 @@ default: ...@@ -6,22 +6,20 @@ default:
paths: paths:
- config/ - config/
- results/ - results/
- datasets/
- sim_output/ - sim_output/
- data - data
# exclude: # exclude:
# - .git/ # - .git/
# - datasets/.git/ # - datasets/.git/
before_script: #before_script:
- git clone https://eicweb.phy.anl.gov/EIC/NPDet.git # - git clone https://eicweb.phy.anl.gov/EIC/NPDet.git
# - cd NPDet/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j10 && make install # # - cd NPDet/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j10 && make install
# - cd ../.. # # - cd ../..
stages: stages:
- build - build
- data_init - data_init
- run - run
# - benchmarks
get_data: get_data:
stage: data_init stage: data_init
...@@ -38,7 +36,8 @@ generate_config: ...@@ -38,7 +36,8 @@ generate_config:
tags: tags:
- sodium - sodium
script: script:
- mkdir config && ./bin/gen_ci_config -p test_ -i dummy > config/dummy_config.yml - mkdir -p config && ./bin/gen_ci_config -p test_ -i dummy > config/dummy_config.yml
- mkdir -p config && ./bin/gen_ci_config -p dis_ -i dis > config/dis_config.yml
child-pipeline: child-pipeline:
stage: run stage: run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment