Files
ci-example/.gitea/workflows/rh9-images.yml
froejdh_e 13dc536f5c
Some checks failed
Build on RHEL9 det / build (push) Successful in 2s
Build on RHEL9 PSI / build (push) Successful in 3s
Build on our own server / build (push) Has been cancelled
Update .gitea/workflows/rh9-images.yml
2025-11-19 13:47:45 +01:00

25 lines
402 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: |
ls /
mkdir build && cd build
cmake ..
make -j 2