mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-07-13 19:31:49 +02:00
WIP
This commit is contained in:
@ -12,16 +12,13 @@ jobs:
|
|||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
container:
|
container:
|
||||||
image: gitea.psi.ch/detectors/rhel8-detectors-dev
|
image: gitea.psi.ch/detectors/rhel8-detectors-dev
|
||||||
steps:
|
|
||||||
# workaround until actions/checkout@v4 is available for RH8
|
|
||||||
# - uses: actions/checkout@v4
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Build library
|
- name: Build library
|
||||||
run: |
|
run: |
|
||||||
mkdir build && cd build
|
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
|
make -j 2
|
||||||
|
|
||||||
- name: C++ unit tests
|
- name: C++ unit tests
|
||||||
|
@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Build library
|
- name: Build library
|
||||||
run: |
|
run: |
|
||||||
mkdir build && cd build
|
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
|
make -j 2
|
||||||
|
|
||||||
- name: C++ unit tests
|
- name: C++ unit tests
|
||||||
|
Reference in New Issue
Block a user