mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-02-21 00:38:41 +01:00
print git hash in build
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Build library
|
||||
run: |
|
||||
mkdir build && cd build
|
||||
cmake .. -DAARE_PYTHON_BINDINGS=ON -DAARE_TESTS=ON
|
||||
cmake .. -DAARE_PYTHON_BINDINGS=ON -DAARE_TESTS=ON -DPython_FIND_VIRTUALENV=FIRST
|
||||
make -j 2
|
||||
|
||||
- name: C++ unit tests
|
||||
|
||||
Reference in New Issue
Block a user