Skip to content

Commit

Permalink
Add CentOS Stream test workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
notroj committed Nov 11, 2023
1 parent 97b2dd4 commit 715cee8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,15 @@ jobs:
${{matrix.conf-debug}} ${{matrix.conf-gssapi}}
- run: make
- run: make check

centos:
runs-on: ubuntu-latest
container:
image: quay.io/centos/centos:stream9
steps:
- run: dnf update -y && dnf install -y autoconf make expat-devel openssl-devel krb5-devel libtool
- uses: actions/checkout@v3
- run: ./autogen.sh
- run: ./configure --with-ssl=openssl --with-expat --enable-debug --with-gssapi
- run: make
- run: make check

0 comments on commit 715cee8

Please sign in to comment.