aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2020-05-17 18:34:33 -0700
committerRuss Allbery <eagle@eyrie.org>2020-05-17 18:34:33 -0700
commit47203873c0fc284b69a6c5c8d709e90d69554637 (patch)
treeeba4ed5b7626c475cff90ac760f868f4e81b65c9 /.github
parent27662bbd5b1381e0e2b00e060bdb1c873cb22141 (diff)
Configure Kerberos tests for CI
Install a full MIT Kerberos KDC when running CI tests with the MIT library and generate the files required to run the full test suite.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 1d889ea..737860c 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -33,6 +33,9 @@ jobs:
- uses: actions/checkout@v2
- name: install
run: sudo ci/install
+ - name: kdc-setup-mit
+ run: sudo ci/kdc-setup-mit
+ if: matrix.kerberos == 'mit'
- name: test
run: ci/test
env: