Add without-openssl without-zlib test target.

This commit is contained in:
Darren Tucker 2020-08-07 14:15:11 +10:00
parent 9499f2bb01
commit 651bb3a319
2 changed files with 2 additions and 1 deletions

2
.github/setup_ci.sh vendored
View File

@ -13,7 +13,7 @@ lsb_release -a
for TARGET in $TARGETS; do
case $TARGET in
"")
""|--without-openssl|--without-zlib)
# nothing to do
;;
"--with-kerberos5")

View File

@ -21,6 +21,7 @@ jobs:
- "--with-security-key-builtin"
- "--with-selinux"
- "--with-kerberos5 --with-libedit --with-pam --with-security-key-builtin --with-selinux"
- "--without-openssl --without-zlib"
steps:
- uses: actions/checkout@v2