More compact representation of config matrix.

This commit is contained in:
Darren Tucker 2021-02-17 21:47:48 +11:00
parent 0406cd09f0
commit 4512047f57
1 changed files with 7 additions and 14 deletions

View File

@ -22,20 +22,13 @@ jobs:
- default
# Then we include any extra configs we want to test for specific VMs.
include:
- vm: dfly30
configs: without-openssl
- vm: dfly48
configs: pam
- vm: dfly58
configs: pam
- vm: sol10
configs: pam
- vm: sol11
configs: pam
- vm: sol11
configs: sol64
- vm: sol11
configs: sol64-pam
- { vm: dfly30, configs: without-openssl}
- { vm: dfly48, configs: pam }
- { vm: dfly58, configs: pam }
- { vm: sol10, configs: pam }
- { vm: sol11, configs: pam }
- { vm: sol11, configs: sol64 }
- { vm: sol11, configs: sol64-pam }
steps:
- uses: actions/checkout@v2
- name: autoreconf