Skip to content

Commit

Permalink
ci: Start using silent rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Sep 19, 2024
1 parent b6cb243 commit 1229cee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ task:
- pkg install -y autoconf automake libtool gettext-tools gettext-runtime pkgconf libltdl libexif libgd libxml2 curl
configure_script:
- autoreconf -ivf
- ./configure --disable-silent-rules --with-camlibs=everything || { tail -300 config.log; false; }
- ./configure --with-camlibs=everything || { tail -300 config.log; false; }
compile_script:
- make
test_script:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
env:
LC_ALL: C
COMMON_CONFIGURE_FLAGS: >-
--disable-silent-rules
--enable-vusb
--with-camlibs=everything
SLEEP=no
Expand Down

0 comments on commit 1229cee

Please sign in to comment.