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

adding back cloning for before_script

	modified:   .gitlab-ci.yml
parent a7d107b4
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@ default:
# exclude:
# - .git/
# - datasets/.git/
# before_script:
# - git clone https://eicweb.phy.anl.gov/EIC/NPDet.git && mkdir NPDet/build
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 ../..
......
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