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-appimage | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 azure-pipelines/build-appimage (limited to 'azure-pipelines/build-appimage') diff --git a/azure-pipelines/build-appimage b/azure-pipelines/build-appimage deleted file mode 100755 index 8a614701..00000000 --- a/azure-pipelines/build-appimage +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash -# -# Any extra args are passed to the docker run command before the -# invocation of qpdfbuild. This is useful for iterating locally as -# described in README-maintainer. -# -set -ex -cd appimage -docker build -t qpdfbuild . -rm -rf build -mkdir build -cd .. -git clone .git appimage/build/qpdf -docker run --privileged --rm \ - -v $PWD/appimage/build:/tmp/build ${1+"$@"} qpdfbuild -rm -rf distribution -mkdir distribution -cp -p appimage/build/qpdf/appimage/build/qpdf*AppImage* distribution -for i in distribution/*; do - mv $i $(echo $i | sed -e 's/\.AppImage/-ci.AppImage/') -done -sha256sum distribution/* -- cgit v1.2.3-70-g09d2