Skip to content

Commit

Permalink
Trim the CI matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
notroj committed Aug 19, 2024
1 parent 8fba58e commit 3547e53
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
conf-memleak: [--disable-memleak, --enable-memleak]
conf-debug: [--enable-debug, --disable-debug]
conf-gssapi: [--with-gssapi, --without-gssapi]
exclude:
- conf-gssapi: --without-gssapi
conf-ssl: [--without-ssl, --with-ssl=gnutls]
- conf-xml: --with-libxml2
conf-gssapi: --without-gssapi
steps:
- uses: actions/checkout@v2
- run: ./autogen.sh
Expand Down

0 comments on commit 3547e53

Please sign in to comment.