aboutsummaryrefslogtreecommitdiffstats
path: root/appimage/build-appimage
diff options
context:
space:
mode:
Diffstat (limited to 'appimage/build-appimage')
-rwxr-xr-xappimage/build-appimage5
1 files changed, 2 insertions, 3 deletions
diff --git a/appimage/build-appimage b/appimage/build-appimage
index 5384b045..b0ac72b1 100755
--- a/appimage/build-appimage
+++ b/appimage/build-appimage
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (c) 2018 Jay Berkenbilt and Kurt Pfeifle
+# Copyright (c) 2019 Jay Berkenbilt and Kurt Pfeifle
#
# This script is mainly meant to build an 'AppImage' from GitHub
# sources of QPDF via Travis CI on an Ubuntu Trusty (14.04) LTS system
@@ -83,7 +83,6 @@ appdir=$here/build/appdir
rm -rf $here/build
# Prepare build of QPDF from sources:
-./autogen.sh
./configure --prefix=/usr --enable-werror \
--enable-show-failed-test-output \
--enable-html-doc --enable-pdf-doc "$CUSTOM_CONFIGURE"
@@ -93,7 +92,7 @@ make -j$(nproc)
if [ "$SKIP_TESTS" = "" ]; then
# Run built-in QPDF checks:
- make check
+ make -k check
fi
# Prepare AppDir which is the basis for the AppImage: