Add without-openssl without-zlib test target.

This commit is contained in:
Darren Tucker
2020-08-07 14:26:20 +10:00
parent 9499f2bb01
commit 651bb3a319
2 changed files with 2 additions and 1 deletions
+1
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