summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-02-18 16:30:01 +1100
committerDarren Tucker <dtucker@dtucker.net>2021-02-18 16:30:01 +1100
commite6528d91f12fba05f0ea64224091c9d0f38bdf1d (patch)
tree5d5be58397f2850e31a330c85b168a7133bb747f
parent6506cb2798d98ff03a7cc06567c392a81f540680 (diff)
Add fbsd12 test target.
-rw-r--r--.github/workflows/selfhosted.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index eb9da4ff..bff5a15d 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -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 }