Skip to content
Snippets Groups Projects
Commit 8df4cf9c authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

athena now installs athena.xml and compact/ to share

parent 6676199e
No related branches found
No related tags found
1 merge request!101athena now installs athena.xml and compact/ to share
...@@ -61,9 +61,6 @@ RUN cd /tmp ...@@ -61,9 +61,6 @@ RUN cd /tmp
&& cmake -B build -S athena -DCMAKE_CXX_STANDARD=17 \ && cmake -B build -S athena -DCMAKE_CXX_STANDARD=17 \
-DCMAKE_INSTALL_PREFIX=${DETECTOR_PREFIX} \ -DCMAKE_INSTALL_PREFIX=${DETECTOR_PREFIX} \
&& cmake --build build -j12 -- install \ && cmake --build build -j12 -- install \
&& cp -r athena/compact \
athena/athena.xml \
${DETECTOR_DATA} \
&& pushd athena \ && pushd athena \
&& echo " - Athena: ${DETECTOR_VERSION}-$(git rev-parse HEAD)" \ && echo " - Athena: ${DETECTOR_VERSION}-$(git rev-parse HEAD)" \
>> /etc/jug_info \ >> /etc/jug_info \
......
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