Skip to content
Snippets Groups Projects

CI job renamed

Merged Whitney Armstrong requested to merge ci_job_rename into master
9 files
+ 24
7
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -24,6 +24,10 @@ echo "JUGGLER_DETECTOR = ${JUGGLER_DETECTOR}"
@@ -24,6 +24,10 @@ echo "JUGGLER_DETECTOR = ${JUGGLER_DETECTOR}"
## Build the detector constructors.
## Build the detector constructors.
git clone https://eicweb.phy.anl.gov/EIC/detectors/${JUGGLER_DETECTOR}.git
git clone https://eicweb.phy.anl.gov/EIC/detectors/${JUGGLER_DETECTOR}.git
 
git clone https://eicweb.phy.anl.gov/EIC/detectors/accelerator.git
 
pushd ${JUGGLER_DETECTOR}
 
ln -s ../accelerator/eic
 
popd
mkdir ${JUGGLER_DETECTOR}/build
mkdir ${JUGGLER_DETECTOR}/build
pushd ${JUGGLER_DETECTOR}/build
pushd ${JUGGLER_DETECTOR}/build
cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j30 install
cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j30 install
Loading