aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-02-25 05:38:07 +0100
committerJay Berkenbilt <ejb@ql.org>2018-02-25 15:03:27 +0100
commitc74d79ae11eb921873fcff81eefe45ec4a074ea6 (patch)
treeaab07914c1810621f1898ad67a8dc048be119362 /README-maintainer
parent1e8b11c38cf839f6b330f309ffe17fde591e8e03 (diff)
downloadqpdf-c74d79ae11eb921873fcff81eefe45ec4a074ea6.tar.zst
Docker updates for local AppImage build
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer6
1 files changed, 6 insertions, 0 deletions
diff --git a/README-maintainer b/README-maintainer
index 6583abc0..2131a43c 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -134,6 +134,12 @@ mkdir -p /tmp/build
cp -rLp ~/.gnupg/. /tmp/build/.gnupg
docker run --privileged -ti --rm -v /tmp/build:/tmp/build qpdfbuild https://github.com/jberkenbilt/qpdf -b work
+ To build locally, omit the git arguments after qpdfbuild above and
+ copy the source tree into /tmp/build/qpdf.
+
+ Pass -e SKIP_TESTS=1 to docker to skip the test suite, useful for
+ rapid iteration.
+
Rename the AppImage in /tmp/build/qpdf/appimage/build
qpdf-$version-x86_64.AppImage and move it to the release archive
area.