From eab3fede8ae273fb61afa342295be446d2d843e4 Mon Sep 17 00:00:00 2001 From: froejdh_e Date: Wed, 16 Apr 2025 09:12:36 +0200 Subject: [PATCH] testing images --- .gitea/workflows/rh9.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .gitea/workflows/rh9.yml diff --git a/.gitea/workflows/rh9.yml b/.gitea/workflows/rh9.yml deleted file mode 100644 index afa2d1b..0000000 --- a/.gitea/workflows/rh9.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Build on RHEL9 - -on: - push: - workflow_dispatch: - -permissions: - contents: read - -jobs: - build: - runs-on: "ubuntu-latest" - container: - image: gitea.psi.ch/detectors-int/rhel9-detectors-dev:latest - steps: - - uses: actions/checkout@v4 - - - - name: Build library - run: | - mkdir build && cd build - cmake .. - make -j 2 - - - name: C++ unit tests - working-directory: ${{gitea.workspace}}/build - run: ctest \ No newline at end of file