aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines/build-mac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-10-11 23:02:34 +0200
committerJay Berkenbilt <ejb@ql.org>2018-10-11 23:27:54 +0200
commit4cd1a8f0db22d616db12aadf9424b0d1c624c69c (patch)
tree5a3e8261ad49a058b326390d97b3bbac5e423869 /azure-pipelines/build-mac
parentaa864d214249bc16b93a56dbdc1cac91fa276a46 (diff)
downloadqpdf-4cd1a8f0db22d616db12aadf9424b0d1c624c69c.tar.zst
Azure pipelines: no artifact upload/download from forks
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