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

Building NPDet

- because base image doesn't have it
parent c8d8277c
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ default:
# - .git/
# - datasets/.git/
before_script:
- git clone --depth 1 https://eicweb.phy.anl.gov/EIC/NPDet.git
- git clone --depth 1 https://eicweb.phy.anl.gov/EIC/NPDet.git && mkdir NPDet/build && cd NPDet/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j20 install && cd ../..
- git clone --depth 1 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 ../..
- git clone --depth 1 https://eicweb.phy.anl.gov/EIC/eicd.git && mkdir eicd/build && cd eicd/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j20 install && cd ../..
- git clone --depth 1 https://eicweb.phy.anl.gov/EIC/juggler.git && mkdir juggler/build && cd juggler/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j20 install && cd ../..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment