From 6759bee0b351cd0ae2971a00e22aba9539381b7b Mon Sep 17 00:00:00 2001 From: "Christopher J. Morrone" Date: Tue, 13 Oct 2020 15:58:00 -0700 Subject: [PATCH] Add distcheck job to build-test-centos7 workflow --- .github/workflows/build-test-centos7.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/build-test-centos7.yaml b/.github/workflows/build-test-centos7.yaml index e25d38d80..65c72fd0d 100644 --- a/.github/workflows/build-test-centos7.yaml +++ b/.github/workflows/build-test-centos7.yaml @@ -17,3 +17,12 @@ jobs: - run: ./configure - run: make + distcheck: + runs-on: ubuntu-20.04 + container: + image: morrone/centos7-ldms-build:latest + steps: + - uses: actions/checkout@v2 + - run: sh autogen.sh + - run: ./configure + - run: make distcheck