Skip to content

Commit c9ae825

Browse files
committed
btrfs-progs: ci: add configure option build tests
Pre-release build checks are not yet done in the CI, so add a workflow for that and only for the release-test branch as this usually does not break and can take a long time due to the number of options (even with ccache). Signed-off-by: David Sterba <dsterba@suse.com>
1 parent 052b2aa commit c9ae825

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/build-tests.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,14 @@ buildme() {
4242
}
4343

4444
buildme_common() {
45+
echo "::group::$CFLAGS configure $conf $@"
4546
make clean-all
46-
4747
./autogen.sh && CFLAGS="$CFLAGS" ./configure "$conf" $1 || die "configure not working with: $@"
4848
$make clean
4949
$make $opts $target
5050
check_result "$?"
5151
echo "VERDICT: $verdict"
52+
echo "::endgroup::"
5253
}
5354

5455
buildme_cflags() {

0 commit comments

Comments
 (0)