From a4de20cd3f6ac3f583d504b3d59699ec42846e06 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 21 Dec 2018 17:25:23 -0500 Subject: Azure pipelines: use make -k --- azure-pipelines/build-mac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azure-pipelines/build-mac') 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 -- cgit v1.2.3-54-g00ecf