From 1bcd8c1649e65e2be82a8839c857355eb4d3196b Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 16 Oct 2020 11:17:42 -0400 Subject: Rename azure-pipelines to build-scripts --- azure-pipelines/build-mac | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 azure-pipelines/build-mac (limited to 'azure-pipelines/build-mac') 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 -- cgit v1.2.3-54-g00ecf