aboutsummaryrefslogtreecommitdiffstats
path: root/.ci
diff options
context:
space:
mode:
Diffstat (limited to '.ci')
-rw-r--r--.ci/templates/steps-build-uhd-make.yml2
1 files changed, 1 insertions, 1 deletions
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 }}