aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines/build-mac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-10-16 17:17:42 +0200
committerJay Berkenbilt <ejb@ql.org>2020-10-16 17:19:09 +0200
commit1bcd8c1649e65e2be82a8839c857355eb4d3196b (patch)
tree6152ce0182fb89b75ded1abbf082eaf93ff6346d /azure-pipelines/build-mac
parent807aaa46b1b26a459ac1ce44c17dbe872ad0b637 (diff)
downloadqpdf-1bcd8c1649e65e2be82a8839c857355eb4d3196b.tar.zst
Rename azure-pipelines to build-scripts
Diffstat (limited to 'azure-pipelines/build-mac')
-rwxr-xr-xazure-pipelines/build-mac15
1 files changed, 0 insertions, 15 deletions
diff --git a/azure-pipelines/build-mac b/azure-pipelines/build-mac
deleted file mode 100755
index 96d900bb..00000000
--- a/azure-pipelines/build-mac
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-set -ex
-curl -L https://github.com/qpdf/qpdf/raw/external-libs/jpegsrc.v9c.tar.gz -o jpegsrc.v9c.tar.gz
-tar xzf jpegsrc.v9c.tar.gz
-cd jpeg-9c
-./configure
-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) -k
-make -k check