ci-example/.gitea/workflows/rh9-detectors.yml
froejdh_e 89d80469a3
Some checks failed
Build on RHEL9 det / build (push) Successful in 9s
Build on RHEL9 PSI / build (push) Failing after 2s
again
2025-04-16 09:36:45 +02:00

25 lines
379 B
YAML

name: Build on RHEL9 det
on:
push:
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: "ubuntu-latest"
container:
image: gitea.psi.ch/detectors/rhel9-detectors-dev
steps:
- uses: actions/checkout@v4
- name: Build library
run: |
mkdir build && cd build
cmake ..
make -j 2