]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add fbsd12 test target.
authorDarren Tucker <dtucker@dtucker.net>
Thu, 18 Feb 2021 05:30:01 +0000 (16:30 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 18 Feb 2021 05:30:01 +0000 (16:30 +1100)
.github/workflows/selfhosted.yml

index eb9da4ff5f7ac9dfcbdffd6f1c38181a8673dfe5..bff5a15d89041cfb4db6a163b5fbcc5ad936c4b1 100644 (file)
@@ -16,7 +16,7 @@ jobs:
       # We use a matrix in two parts: firstly all of the VMs are tested with the
       # default config.  "vm" corresponds to a label associated with the worker.
       matrix:
-        vm: [dfly30, dfly48, dfly58, sol10, sol11, bbone]
+        vm: [dfly30, dfly48, dfly58, sol10, sol11, bbone, fbsd12]
         configs:
           - default
         # Then we include any extra configs we want to test for specific VMs.
@@ -24,6 +24,7 @@ jobs:
          - { vm: dfly30, configs: without-openssl}
          - { vm: dfly48, configs: pam }
          - { vm: dfly58, configs: pam }
+         - { vm: fbsd12, configs: pam }
          - { vm: sol10,  configs: pam }
          - { vm: sol11,  configs: pam }
          - { vm: sol11,  configs: sol64 }