mirror of
https://github.com/triqs/dft_tools
synced 2025-01-10 21:18:22 +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
|
LIBRARY_PATH: /usr/local/opt/llvm/lib
|
||||||
run: |
|
run: |
|
||||||
source $HOME/install/share/triqs/triqsvars.sh
|
source $HOME/install/share/triqs/triqsvars.sh
|
||||||
mkdir build && cmake -B build
|
mkdir build && cd build && cmake ..
|
||||||
cmake --build build -j2
|
make -j2 || make -j1 VERBOSE=1
|
||||||
|
|
||||||
- name: Test app4triqs
|
- name: Test app4triqs
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user