ci-example/.gitea/workflows/rh9-detectors.yml
froejdh_e b74fd5afb4
Some checks failed
Build on RHEL9 / build (push) Failing after 1s
Build on RHEL9 using gitea.psi.ch/images/rhel9-developer-github-actions / build (push) Failing after 1s
WIP
2025-04-16 09:23:47 +02:00

25 lines
379 B
YAML

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
steps:
- uses: actions/checkout@v4
- name: Build library
run: |
mkdir build && cd build
cmake ..
make -j 2