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

feat: test lcg overlap check

parent 7d8d142c
No related branches found
No related tags found
1 merge request!119feat: test lcg overlap check
Pipeline #34219 failed
Pipeline: athena

#34223

    ...@@ -3,13 +3,12 @@ name: linux-lcg ...@@ -3,13 +3,12 @@ name: linux-lcg
    on: [push, pull_request] on: [push, pull_request]
    jobs: jobs:
    ubuntu-2004: build-lcg-ubuntu-2004:
    runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
    strategy: strategy:
    fail-fast: false fail-fast: false
    matrix: matrix:
    LCG: ["LCG_101/x86_64-ubuntu2004-gcc9-opt", LCG: ["LCG_101/x86_64-ubuntu2004-gcc9-opt"]
    "LCG_99/x86_64-ubuntu2004-gcc9-opt"]
    steps: steps:
    - uses: actions/checkout@v2 - uses: actions/checkout@v2
    - uses: cvmfs-contrib/github-action-cvmfs@v2 - uses: cvmfs-contrib/github-action-cvmfs@v2
    ...@@ -19,24 +18,14 @@ jobs: ...@@ -19,24 +18,14 @@ jobs:
    with: with:
    release-platform: ${{ matrix.LCG }} release-platform: ${{ matrix.LCG }}
    run: | run: |
    cmake -B build -S . PREFIX=install
    cmake -B build -S . -DCMAKE_INSTALL_PREFIX=${PREFIX}
    cmake --build build -- install cmake --build build -- install
    # check geometry
    ubuntu-2204: source ${PREFIX}/setup.sh
    runs-on: ubuntu-22.04 checkGeometry -c ${BEAMLINE_PATH}/${BEAMLINE}.xml
    strategy: - uses: actions/upload-artifact@v3
    fail-fast: false
    matrix:
    LCG: ["LCG_101/x86_64-ubuntu2004-gcc9-opt",
    "LCG_99/x86_64-ubuntu2004-gcc9-opt"]
    steps:
    - uses: actions/checkout@v2
    - uses: cvmfs-contrib/github-action-cvmfs@v2
    with: with:
    cvmfs_repositories: 'sft.cern.ch,geant4.cern.ch' name: build-lcg-ubuntu2004
    - uses: aidasoft/run-lcg-view@v1 path: install/
    with: if-no-files-found: error
    release-platform: ${{ matrix.LCG }}
    run: |
    cmake -B build -S .
    cmake --build build -- install
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment