summaryrefslogtreecommitdiffstats
path: root/.github/setup_ci.sh
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-01-27 01:58:26 +0100
committerDarren Tucker <dtucker@dtucker.net>2021-01-27 01:58:26 +0100
commit1b83185593a90a73860a503d753a95ca6d726c00 (patch)
tree707923e317742208daec20e2c41b6e2a87457617 /.github/setup_ci.sh
parentupstream: Logical not bitwise or. ok djm@ (diff)
downloadopenssh-1b83185593a90a73860a503d753a95ca6d726c00.tar.xz
openssh-1b83185593a90a73860a503d753a95ca6d726c00.zip
Run one test with -Werror to catch warnings.
Diffstat (limited to '.github/setup_ci.sh')
-rwxr-xr-x.github/setup_ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index 593e8ef13..02f8feda1 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -20,7 +20,7 @@ lsb_release -a
for TARGET in $TARGETS; do
case $TARGET in
- ""|--without-openssl|--without-zlib)
+ ""|--without-openssl|--without-zlib|--with-Werror)
# nothing to do
;;
"--with-kerberos5")