Merge pull request #1180 from m-holger/pike

Fix pikepdf future CI
This commit is contained in:
Jay Berkenbilt 2024-04-13 18:45:50 -04:00 committed by GitHub
commit 58c31fdd5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ cmake --build build --verbose -j$(nproc) --target libqpdf -- -k
if [ "$future" = "1" ]; then
# Run qpdf's test suite in FUTURE mode as well
ctest --verbose
export QPDF_FUTURE=True
fi
export QPDF_SOURCE_TREE=$PWD
export QPDF_BUILD_LIBDIR=$QPDF_SOURCE_TREE/build/libqpdf