diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-09-30 11:50:04 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-10-01 11:04:29 -0400 |
commit | e828c742de70ee18ccde87ffd7d28c99d999e7b2 (patch) | |
tree | 045251a07938d302455dec6a0d8b36c9c3e72585 /Makefile | |
parent | 5caa4066232c8d615bb95af2e5d8e9b342a0f653 (diff) | |
download | bfs-e828c742de70ee18ccde87ffd7d28c99d999e7b2.tar.xz |
ci: Group distcheck messages
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -209,9 +209,11 @@ DISTCHECK_CONFIG_release := --enable-release ${DISTCHECKS}:: @${MKDIR} $@ + @test "$${GITHUB_ACTIONS-}" != true || printf '::group::%s\n' $@ @+cd $@ \ && ../configure MAKE="${MAKE}" ${DISTCHECK_CONFIG_${@:distcheck-%=%}} \ && ${MAKE} check TEST_FLAGS="--sudo --verbose=skipped" + @test "$${GITHUB_ACTIONS-}" != true || printf '::endgroup::\n' ## Automatic dependency tracking |