From df9491bd9a5e643d3dca679f69317396bc228a08 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 1 Jul 2021 09:23:56 +0200 Subject: ci: Let make keep building upon failure This is useful to get a full list of compile errors instead of just the first few. Particularly useful since we enabled -Werror. --- .ci/templates/steps-build-uhd-make.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.ci') diff --git a/.ci/templates/steps-build-uhd-make.yml b/.ci/templates/steps-build-uhd-make.yml index a3c4c7eb5..cc0d491e8 100644 --- a/.ci/templates/steps-build-uhd-make.yml +++ b/.ci/templates/steps-build-uhd-make.yml @@ -22,7 +22,7 @@ steps: - script: | cd ${{ parameters.uhdBuildDir }} - make -j$(nproc) + make -j$(nproc) -k displayName: make UHD - script: | cd ${{ parameters.uhdBuildDir }} -- cgit v1.2.3