Skip to content
Snippets Groups Projects
Commit a70392d7 authored by FASER Reco's avatar FASER Reco
Browse files

Maybe CI now works again?

parent d9aed3d3
No related branches found
No related tags found
No related merge requests found
...@@ -22,19 +22,11 @@ build_image: ...@@ -22,19 +22,11 @@ build_image:
tags: tags:
- k8s-cvmfs - k8s-cvmfs
script: script:
#- yum -y --disablerepo=epel install redhat-lsb redhat-lsb-core man uuid-devel libuuid libuuid-devel mesa-libGL-devel libXpm-devel
# - yum -y install man which zlib-devel lz4-devel cmake make gcc gcc-c++ uuid-devel libuuid-devel expat-devel #mesa-libGL-devel libXpm-devel
# - yum -y install redhat-lsb # This doesn't exist in the main release!
# --disablerepo=epel redhat-lsb redhat-lsb-core
- mkdir build - mkdir build
- ls
# See if we can run this as the payload to a container # See if we can run this as the payload to a container
- set +e && export ALRB_CONT_RUNPAYLOAD="cd build; ls ..; asetup --input=../asetup.faser Athena,24.0.41; cmake ..; make -j 3" && set -e - set +e && export ALRB_CONT_RUNPAYLOAD="asetup --input=asetup.faser Athena,24.0.41; cd build; cmake ..; make -j 3" && set -e
- echo $ALRB_CONT_RUNPAYLOAD - echo $ALRB_CONT_RUNPAYLOAD
- set +e && source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh -c alma9 && set -e - set +e && source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh -c alma9 && set -e
#- set +e && asetup --input=../../calypso/asetup.faser Athena,24.0.41; set -e
#- cmake ../../calypso
#- make -j 3
artifacts: artifacts:
paths: paths:
- build/ - build/
...@@ -46,12 +38,9 @@ test_unittest: ...@@ -46,12 +38,9 @@ test_unittest:
tags: tags:
- k8s-cvmfs - k8s-cvmfs
script: script:
- yum -y --disablerepo=epel install man which git make cmake3 gcc-c++ gcc binutils libX11-devel libXpm-devel libXft-devel libXext-devel python openssl-devel - set +e && export ALRB_CONT_RUNPAYLOAD="asetup --input=asetup.faser Athena,24.0.41; cd build; source `find . -name 'setup.sh'`; ctest -j3" && set -e
- cd build - echo $ALRB_CONT_RUNPAYLOAD
- set +e && source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh; set -e - set +e && source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh -c alma9 && set -e
- set +e && asetup --input=../../calypso/asetup.faser Athena,24.0.41; set -e
- set +e && source `find . -name 'setup.sh'`; set -e
- ctest -j3
dependencies: dependencies:
- build_image - build_image
artifacts: artifacts:
......
...@@ -8,7 +8,7 @@ atlas_add_component( ...@@ -8,7 +8,7 @@ atlas_add_component(
src/NtupleDumperAlg.cxx src/NtupleDumperAlg.cxx
src/component/NtupleDumper_entries.cxx src/component/NtupleDumper_entries.cxx
LINK_LIBRARIES AthenaBaseComps StoreGateLib xAODFaserWaveform xAODFaserCalorimeter xAODFaserTrigger xAODFaserLHC ScintIdentifier FaserCaloIdentifier GeneratorObjects FaserActsGeometryLib TrackerSimEvent TrackerSimData TrackerIdentifier TrackerReadoutGeometry TrkTrack GeoPrimitives TrackerRIO_OnTrack TrackerSpacePoint FaserActsKalmanFilterLib FaserActsmanVertexingLib AtlasHepMCLib WaveformConditionsToolsLib LINK_LIBRARIES AthenaBaseComps StoreGateLib xAODFaserWaveform xAODFaserCalorimeter xAODFaserTrigger xAODFaserLHC ScintIdentifier FaserCaloIdentifier GeneratorObjects FaserActsGeometryLib TrackerSimEvent TrackerSimData TrackerIdentifier TrackerReadoutGeometry TrkTrack GeoPrimitives TrackerRIO_OnTrack TrackerSpacePoint FaserActsKalmanFilterLib AtlasHepMCLib WaveformConditionsToolsLib # FIXME: FaserActsmanVertexingLib
PRIVATE_LINK_LIBRARIES nlohmann_json::nlohmann_json ) PRIVATE_LINK_LIBRARIES nlohmann_json::nlohmann_json )
atlas_install_python_modules( python/*.py ) atlas_install_python_modules( python/*.py )
......
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