froejdh_e 1d5da63089
Some checks failed
Build on RHEL8 / build (push) Failing after 1s
Build on RHEL9 / build (push) Failing after 1s
using image from same org
2025-04-16 09:29:46 +02:00

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