From 5db2431989dc6b26eb2eff029ad0f848ae1d73bb Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Thu, 27 May 2021 15:31:49 -0400 Subject: [PATCH] [ghactions] Generate VERBOSE build log on compilation failure --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 70ec2b7e..b93e95cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: