mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-21 22:04:15 +03:00
Add the same config options for distcheck
Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com>
This commit is contained in:
parent
0807f100e2
commit
a17cdec936
@ -91,7 +91,7 @@ make="make -j${ci_parallel} V=1 VERBOSE=1"
|
||||
${make}
|
||||
[ "$ci_test" = no ] || ${make} check || maybe_fail_tests
|
||||
cat test-suite.log || :
|
||||
[ "$ci_test" = no ] || ${make} distcheck || maybe_fail_tests
|
||||
[ "$ci_test" = no ] || ${make} distcheck DISTCHECK_CONFIGURE_FLAGS="${ci_configopts}" || maybe_fail_tests
|
||||
cat test-suite.log || :
|
||||
|
||||
${make} install DESTDIR=$(pwd)/DESTDIR
|
||||
|
Loading…
x
Reference in New Issue
Block a user