mirror of
https://github.com/triqs/dft_tools
synced 2024-12-23 04:43:42 +01:00
[ghactions] Generate VERBOSE build log on compilation failure
This commit is contained in:
parent
429e625d09
commit
5db2431989
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -84,8 +84,8 @@ jobs:
|
||||
LIBRARY_PATH: /usr/local/opt/llvm/lib
|
||||
run: |
|
||||
source $HOME/install/share/triqs/triqsvars.sh
|
||||
mkdir build && cmake -B build
|
||||
cmake --build build -j2
|
||||
mkdir build && cd build && cmake ..
|
||||
make -j2 || make -j1 VERBOSE=1
|
||||
|
||||
- name: Test app4triqs
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user