3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-29 00:15:00 +02:00

[ghactions] Generate VERBOSE build log on compilation failure

This commit is contained in:
Nils Wentzell 2021-05-27 15:31:49 -04:00
parent 429e625d09
commit 5db2431989

View File

@ -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: