Run one test with -Werror to catch warnings.
This commit is contained in:
parent
d1532d9007
commit
1b83185593
|
@ -20,7 +20,7 @@ lsb_release -a
|
||||||
|
|
||||||
for TARGET in $TARGETS; do
|
for TARGET in $TARGETS; do
|
||||||
case $TARGET in
|
case $TARGET in
|
||||||
""|--without-openssl|--without-zlib)
|
""|--without-openssl|--without-zlib|--with-Werror)
|
||||||
# nothing to do
|
# nothing to do
|
||||||
;;
|
;;
|
||||||
"--with-kerberos5")
|
"--with-kerberos5")
|
||||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
configs:
|
configs:
|
||||||
- ""
|
- ""
|
||||||
- "--with-kerberos5 --with-libedit --with-pam --with-security-key-builtin --with-selinux"
|
- "--with-kerberos5 --with-libedit --with-pam --with-security-key-builtin --with-selinux --with-Werror"
|
||||||
- "--with-ldflags=-lhardened_malloc"
|
- "--with-ldflags=-lhardened_malloc"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue