Skip to content

Commit

Permalink
Add distcheck job to build-test-centos7 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
morrone authored and tom95858 committed Oct 18, 2020
1 parent 2ad5206 commit 6759bee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-test-centos7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6759bee

Please sign in to comment.