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

Use upstream changes to eicd

parent 1a252280
No related branches found
No related tags found
1 merge request!43Use upstream changes to eicd
......@@ -3,10 +3,18 @@ image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
default:
tags:
- silicon
before_script:
- |
if [[ -n "${EIC_DATA_MODEL_VERISON}" ]]; then
echo "Triggered from upstream EICD pipeline."
git clone -b ${EIC_DATA_MODEL_VERSION} https://eicweb.phy.anl.gov/EIC/eicd.git
mkdir eicd/build && cd eicd/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j20 install && cd ../..
fi
artifacts:
expire_in: 3 days
stages:
- config
- initialize
- process
- collect
......
......@@ -10,3 +10,4 @@ echo "JUGGLER_INSTALL_PREFIX: ${JUGGLER_INSTALL_PREFIX}"
echo "LOCAL_PREFIX: ${LOCAL_PREFIX}"
echo "DETECTOR_PREFIX: ${DETECTOR_PREFIX}"
echo "DETECTOR_PATH: ${DETECTOR_PATH}"
echo "EIC_DATA_MODEL_VERSION: ${EIC_DATA_MODEL_VERSION}"
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