aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines/build-mac
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines/build-mac')
-rwxr-xr-xazure-pipelines/build-mac4
1 files changed, 3 insertions, 1 deletions
diff --git a/azure-pipelines/build-mac b/azure-pipelines/build-mac
index 95ea884b..4dbe15e5 100755
--- a/azure-pipelines/build-mac
+++ b/azure-pipelines/build-mac
@@ -7,7 +7,9 @@ cd jpeg-9c
make
sudo make install
cd ..
-unzip distfiles/distfiles.zip
+if [ -f distfiles/distfiles.zip ]; then
+ unzip distfiles/distfiles.zip
+fi
./configure --enable-werror --enable-show-failed-test-output
make -j$(nproc)
make -k check