added RH9 workflow
All checks were successful
Build on local RHEL8 / build (push) Successful in 4m37s
Build on RHEL8 / build (push) Successful in 5m18s
Build on RHEL9 / build (push) Successful in 5m26s
Build on local RHEL9 / build (push) Successful in 1m54s

This commit is contained in:
2025-11-25 17:56:20 +01:00
parent 3ff199822d
commit 3285221e8a

View File

@@ -0,0 +1,27 @@
name: Build on local RHEL9
on:
push:
branches:
- dev/NFS_testing
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: "detectors-software-RH9"
steps:
- uses: actions/checkout@v4
- name: Build library
run: |
mkdir build && cd build
cmake .. -DSLS_USE_PYTHON=ON -DSLS_USE_TESTS=ON -DSLS_USE_SIMULATOR=ON
make -j 2
- name: Deploy to NFS update server
if: gitea.ref == 'refs/heads/dev/NFS_testing'
run: |
sftp -r gitea_runner@mpc2935:/slsDetectorSoftware/RH9 <<< $'put build/bin'