summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2022-11-10 16:54:12 +0800
committerMatt Johnston <matt@ucc.asn.au>2022-11-10 16:54:12 +0800
commite85f329e5cc1b2e4a8a1b69b0520101a4039f4ed (patch)
tree00e7542f768f8058f8141df5ad5747d78f75851a /.github
parent1d228011012ea234d5c8e9449e297dfb1804fd9a (diff)
downloaddropbear-e85f329e5cc1b2e4a8a1b69b0520101a4039f4ed.tar.gz
Add CI build with more options enabled
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2d039df..5fd9b8c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -75,6 +75,22 @@ jobs:
localoptions: |
#define DEBUG_TRACE 5
+ # Test disabled-by-default options
+ - name: unusual options
+ localoptions: |
+ #define DO_HOST_LOOKUP 1
+ #define DROPBEAR_CLI_ASKPASS_HELPER 1
+ #define LOG_COMMANDS 1
+ #define DROPBEAR_X11FWD 1
+ #define DROPBEAR_CLI_IMMEDIATE_AUTH 1
+ #define DROPBEAR_ENABLE_CBC_MODE 1
+ #define DROPBEAR_ENABLE_GCM_MODE 1
+ #define DROPBEAR_SHA2_512_HMAC 1
+ #define DROPBEAR_DSS 1
+ #define DROPBEAR_SHA1_96_HMAC 1
+ #define DROPBEAR_DH_GROUP16 1
+ #define DROPBEAR_DH_GROUP1 1
+
# Check off-by-default options don't bitrot
- name: nondefault options
nondefault: 1