aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-12-21 23:25:23 +0100
committerJay Berkenbilt <ejb@ql.org>2018-12-21 23:25:31 +0100
commita4de20cd3f6ac3f583d504b3d59699ec42846e06 (patch)
treea39a4c464b76b92850c581899a508a1fb143b92f /azure-pipelines
parent352ce9b22ba32fa50e22258f7d61557ae0d53cc5 (diff)
downloadqpdf-a4de20cd3f6ac3f583d504b3d59699ec42846e06.tar.zst
Azure pipelines: use make -k
Diffstat (limited to 'azure-pipelines')
-rwxr-xr-xazure-pipelines/build-linux2
-rwxr-xr-xazure-pipelines/build-mac4
-rwxr-xr-xazure-pipelines/build-windows2
3 files changed, 4 insertions, 4 deletions
diff --git a/azure-pipelines/build-linux b/azure-pipelines/build-linux
index 0629ef48..a1db7659 100755
--- a/azure-pipelines/build-linux
+++ b/azure-pipelines/build-linux
@@ -6,7 +6,7 @@ sudo apt-get -y install \
docbook-xsl fop xsltproc libxml2-utils inkscape imagemagick
./configure --enable-werror --enable-doc-maintenance \
--enable-show-failed-test-output
-make -j$(nproc)
+make -j$(nproc) -k
make -k check
make distfiles.zip
./make_dist --ci --no-tests
diff --git a/azure-pipelines/build-mac b/azure-pipelines/build-mac
index 4dbe15e5..274ea5b1 100755
--- a/azure-pipelines/build-mac
+++ b/azure-pipelines/build-mac
@@ -4,12 +4,12 @@ curl -L https://www.ijg.org/files/jpegsrc.v9c.tar.gz -o jpegsrc.v9c.tar.gz
tar xzf jpegsrc.v9c.tar.gz
cd jpeg-9c
./configure
-make
+make -k
sudo make install
cd ..
if [ -f distfiles/distfiles.zip ]; then
unzip distfiles/distfiles.zip
fi
./configure --enable-werror --enable-show-failed-test-output
-make -j$(nproc)
+make -j$(nproc) -k
make -k check
diff --git a/azure-pipelines/build-windows b/azure-pipelines/build-windows
index 224f49d4..e49bead7 100755
--- a/azure-pipelines/build-windows
+++ b/azure-pipelines/build-windows
@@ -28,7 +28,7 @@ PATH=$cwd/libqpdf/build:$PATH
installdir=install-$tool$wordsize
rm -rf $installdir
./config-$tool --with-windows-wordsize=$wordsize --enable-show-failed-test-output
-make -j$(nproc)
+make -j$(nproc) -k
make -k check
make install