[linux-nfc] [neard][PATCH 03/34] ci: be verbose when building
Krzysztof Kozlowski <[email protected]>
| Newsgroups | org.01.lists.linux-nfc,dev.linux.lists.oe-linux-nfc |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Krzysztof Kozlowski <[email protected]> --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecd0683f6c79..85821ee6617c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,11 +91,13 @@ jobs: run: | echo "Bootstraping in mode: $MODE" if [ "$MODE" = "maintainer" ]; then - ./bootstrap-configure + ./bootstrap-configure \ + --disable-silent-rules else ./bootstrap && \ ./configure \ --disable-systemd \ + --disable-silent-rules \ --prefix=/usr \ --enable-ese \ --sysconfdir=/etc \ -- 2.27.0 _______________________________________________ Linux-nfc mailing list -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s