From 7c3889771273916aceab8c948ecc4489e699f565 Mon Sep 17 00:00:00 2001 From: froejdh_e Date: Tue, 22 Apr 2025 14:18:44 +0200 Subject: [PATCH] WIP --- .gitea/workflows/rh8-native.yml | 5 +---- .gitea/workflows/rh9-native.yml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/rh8-native.yml b/.gitea/workflows/rh8-native.yml index 7bca8d935..cedf8847a 100644 --- a/.gitea/workflows/rh8-native.yml +++ b/.gitea/workflows/rh8-native.yml @@ -13,15 +13,12 @@ jobs: container: image: gitea.psi.ch/detectors/rhel8-detectors-dev steps: - # workaround until actions/checkout@v4 is available for RH8 - # - uses: actions/checkout@v4 - steps: - uses: actions/checkout@v3 - name: Build library run: | mkdir build && cd build - cmake .. -DAARE_PYTHON_BINDINGS=ON -DAARE_TESTS=ON -DPython_FIND_VIRTUALENV=FIRST + cmake .. -DSLS_USE_PYTHON=ON -DSLS_USE_TESTS=ON -DPython_FIND_VIRTUALENV=FIRST make -j 2 - name: C++ unit tests diff --git a/.gitea/workflows/rh9-native.yml b/.gitea/workflows/rh9-native.yml index c973a0657..c68eab408 100644 --- a/.gitea/workflows/rh9-native.yml +++ b/.gitea/workflows/rh9-native.yml @@ -19,7 +19,7 @@ jobs: - name: Build library run: | mkdir build && cd build - cmake .. -DAARE_PYTHON_BINDINGS=ON -DAARE_TESTS=ON -DPython_FIND_VIRTUALENV=FIRST + cmake .. -DSLS_USE_PYTHON=ON -DSLS_USE_TESTS=ON -DPython_FIND_VIRTUALENV=FIRST make -j 2 - name: C++ unit tests