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:
paths:
- config/
- results/
- datasets/
- sim_output/
- data
# exclude:
# - .git/
# - datasets/.git/
before_script:
- git clone https://eicweb.phy.anl.gov/EIC/NPDet.git
# - cd NPDet/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j10 && make install
# - cd ../..
#before_script:
# - git clone https://eicweb.phy.anl.gov/EIC/NPDet.git
# # - cd NPDet/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j10 && make install
# # - cd ../..
stages:
- build
- data_init
- run
# - benchmarks
get_data:
stage: data_init
......@@ -38,7 +36,8 @@ generate_config:
tags:
- sodium
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:
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