mirror of
https://github.com/qpdf/qpdf.git
synced 2025-02-02 11:58:25 +00:00
Pass -k to make check in build-appimage
This commit is contained in:
parent
7214ba2303
commit
8ca46d1ff0
@ -93,7 +93,7 @@ make -j$(nproc)
|
|||||||
|
|
||||||
if [ "$SKIP_TESTS" = "" ]; then
|
if [ "$SKIP_TESTS" = "" ]; then
|
||||||
# Run built-in QPDF checks:
|
# Run built-in QPDF checks:
|
||||||
make check
|
make -k check
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Prepare AppDir which is the basis for the AppImage:
|
# Prepare AppDir which is the basis for the AppImage:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user