Skip to content

Add CentOS Stream test workflow. #190

Add CentOS Stream test workflow.

Add CentOS Stream test workflow. #190

Workflow file for this run

name: Build and test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
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