mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 10:58:58 +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
|
if [ "$future" = "1" ]; then
|
||||||
# Run qpdf's test suite in FUTURE mode as well
|
# Run qpdf's test suite in FUTURE mode as well
|
||||||
ctest --verbose
|
ctest --verbose
|
||||||
|
export QPDF_FUTURE=True
|
||||||
fi
|
fi
|
||||||
export QPDF_SOURCE_TREE=$PWD
|
export QPDF_SOURCE_TREE=$PWD
|
||||||
export QPDF_BUILD_LIBDIR=$QPDF_SOURCE_TREE/build/libqpdf
|
export QPDF_BUILD_LIBDIR=$QPDF_SOURCE_TREE/build/libqpdf
|
||||||
|
Loading…
Reference in New Issue
Block a user