]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add without-openssl without-zlib test target.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 7 Aug 2020 04:15:11 +0000 (14:15 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 7 Aug 2020 04:26:20 +0000 (14:26 +1000)
.github/setup_ci.sh
.github/workflows/c-cpp.yml

index 237721ade1c7a814d4b16709db38b65e6c401a5a..e2474ccd74603ee801e20af8cf7a9b918f39fd49 100755 (executable)
@@ -13,7 +13,7 @@ lsb_release -a
 
 for TARGET in $TARGETS; do
     case $TARGET in
-    "")
+    ""|--without-openssl|--without-zlib)
         # nothing to do
         ;;
     "--with-kerberos5")
index f18f05a8ae8ee37257ff3d37e2f2ec2a20983a87..6ea16196b26489d9825abdde7c6175ef296f584e 100644 (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