Add without-openssl without-zlib test target.
This commit is contained in:
parent
9499f2bb01
commit
651bb3a319
|
@ -13,7 +13,7 @@ lsb_release -a
|
|||
|
||||
for TARGET in $TARGETS; do
|
||||
case $TARGET in
|
||||
"")
|
||||
""|--without-openssl|--without-zlib)
|
||||
# nothing to do
|
||||
;;
|
||||
"--with-kerberos5")
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue