From e1714fffa69f30aacf44ccd3be8bd60c3bc1e8c4 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 17 May 2020 19:01:47 -0700 Subject: Add Heimdal CI testing Set up a Heimdal KDC and add Heimdal to the test matrix. Remove some unnecessary configuration from the MIT Kerberos CI configuration. Ensure the user programs are installed for whatever Kerberos we're using, which will enable more of the Perl test suite. --- .github/workflows/build.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github') diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 737860c..1904201 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -28,6 +28,7 @@ jobs: - "gcc" kerberos: - "mit" + - "heimdal" steps: - uses: actions/checkout@v2 @@ -36,6 +37,9 @@ jobs: - name: kdc-setup-mit run: sudo ci/kdc-setup-mit if: matrix.kerberos == 'mit' + - name: kdc-setup-heimdal + run: sudo ci/kdc-setup-heimdal + if: matrix.kerberos == 'heimdal' - name: test run: ci/test env: -- cgit v1.2.3