mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
Fix pikepdf future CI
Ensure pikepdf is build with QPDF_FURURE enabled.
This commit is contained in:
parent
e9166457fa
commit
78a730a832
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user