github: add 'distcheck' workflow job

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2021-02-05 15:03:49 +01:00
parent ec89bec1cd
commit 63900c506b
1 changed files with 14 additions and 0 deletions

View File

@ -37,3 +37,17 @@ jobs:
run: sudo -E .github/workflows/cibuild.sh CHECK
- name: Make install
run: .github/workflows/cibuild.sh INSTALL
distcheck:
needs: build
runs-on: ubuntu-latest
env:
COMPILER: gcc
COMPILER_VERSION: 10
SANITIZE: no
steps:
- name: Repository checkout
uses: actions/checkout@v1
- name: Ubuntu setup
run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
- name: Make distcheck
run: .github/workflows/cibuild.sh DISTCHECK