mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
Run one test with -Werror to catch warnings.
This commit is contained in:
parent
d1532d9007
commit
1b83185593
2
.github/setup_ci.sh
vendored
2
.github/setup_ci.sh
vendored
@ -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")
|
||||||
|
2
.github/workflows/c-cpp.yml
vendored
2
.github/workflows/c-cpp.yml
vendored
@ -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…
x
Reference in New Issue
Block a user