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

Merge branch 'CI' into 'master'

Dockerfile.

See merge request !10
parents 7754346a b948b56b
No related branches found
No related tags found
1 merge request!10Dockerfile.
Pipeline #3792 failed
...@@ -32,7 +32,7 @@ RUN cd /tmp \ ...@@ -32,7 +32,7 @@ RUN cd /tmp \
&& git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/hcana.git \ && git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/hcana.git \
&& mkdir hcana/build && cd hcana/build \ && mkdir hcana/build && cd hcana/build \
&& git pull \ && git pull \
&& cmake ../. && make -j20 && make install \ && cmake ../. && make -j20 VERBOSE=1 && make install \
&& cd /tmp && rm -rf hcana && cd /tmp && rm -rf hcana
......
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