mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-07-01 13:50:47 +02:00
This commit is contained in:
@ -15,12 +15,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# workaround until actions/checkout@v4 is available for RH8
|
# workaround until actions/checkout@v4 is available for RH8
|
||||||
# - uses: actions/checkout@v4
|
# - uses: actions/checkout@v4
|
||||||
- name: Clone repository
|
steps:
|
||||||
run: |
|
- uses: actions/checkout@v3
|
||||||
echo Cloning ${{ github.ref_name }}
|
|
||||||
git clone https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git --branch=${{ github.ref_name }} .
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Build library
|
- name: Build library
|
||||||
run: |
|
run: |
|
||||||
|
@ -19,6 +19,9 @@ jobs:
|
|||||||
- name: Build library
|
- name: Build library
|
||||||
run: |
|
run: |
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake ..
|
cmake .. -DAARE_PYTHON_BINDINGS=ON -DAARE_TESTS=ON -DPython_FIND_VIRTUALENV=FIRST
|
||||||
make -j 2
|
make -j 2
|
||||||
|
|
||||||
|
- name: C++ unit tests
|
||||||
|
working-directory: ${{gitea.workspace}}/build
|
||||||
|
run: ctest
|
Reference in New Issue
Block a user