mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-02-28 22:48:40 +01:00
Dev/remove rh9 local workflow (#280)
This commit is contained in:
@@ -27,4 +27,4 @@ jobs:
|
||||
- name: Deploy to NFS update server
|
||||
if: gitea.ref == 'refs/heads/main'
|
||||
run: |
|
||||
sftp -r gitea_runner@mpc2935:/aare/RH8 <<< $'put build/aare'
|
||||
sftp -r gitea_runner@mpc2935:/ <<< $'put build/aare'
|
||||
@@ -1,27 +0,0 @@
|
||||
name: Build on local RHEL9
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
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 -DAARE_PYTHON_BINDINGS=ON -DPython_EXECUTABLE=/usr/bin/python3.13 -DPython_INCLUDE_DIR=/usr/include/python3.13 -DPython_LIBRARY=/usr/lib64/libpython3.13.so ..
|
||||
make -j 2
|
||||
|
||||
- name: Deploy to NFS update server
|
||||
if: gitea.ref == 'refs/heads/main'
|
||||
run: |
|
||||
sftp -r gitea_runner@mpc2935:/aare/RH9 <<< $'put build/aare'
|
||||
Reference in New Issue
Block a user