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: ...@@ -10,8 +10,8 @@ default:
# exclude: # exclude:
# - .git/ # - .git/
# - datasets/.git/ # - datasets/.git/
# before_script: before_script:
# - git clone https://eicweb.phy.anl.gov/EIC/NPDet.git && mkdir NPDet/build - 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 ../..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment