Fix pikepdf future CI

Ensure pikepdf is build with QPDF_FURURE enabled.
This commit is contained in:
m-holger 2024-03-23 13:56:15 +00:00
parent e9166457fa
commit 78a730a832
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