Skip to content

Commit ef398dd

Browse files
committed
CI: Add workflow to fail if autoconf/autoheader warnings are produced.
1 parent e83da00 commit ef398dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/linux.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
SKIP_TESTING=1
3737
TEST_LOGNO=1
3838
# -------------------------------------------------------------------------
39+
- name: autoconf warnings test
40+
env: |
41+
BUILDCONFIG=--with-errors
42+
SKIP_TESTING=1
43+
# -------------------------------------------------------------------------
3944
- name: Default
4045
# -------------------------------------------------------------------------
4146
- name: All-static modules

0 commit comments

Comments
 (0)