ci-example/.gitea/workflows/rh9-images.yml
froejdh_e cdd953f802
Some checks failed
Build on RHEL9 det / build (push) Failing after 1s
Build on RHEL9 PSI / build (push) Failing after 2s
test
2025-04-16 09:35:24 +02:00

24 lines
385 B
YAML

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