Skip to content

Commit

Permalink
build/ci: Add distcheck
Browse files Browse the repository at this point in the history
Add a step to test if distcheck is working.

Signed-off-by: Lucas De Marchi <[email protected]>
  • Loading branch information
lucasdemarchi committed Jul 9, 2024
1 parent 5764dc6 commit 28d3c77
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ jobs:
run: |
cd build
DESTDIR=$PWD/inst make install
- name: distcheck
run: |
cd build
make distcheck

0 comments on commit 28d3c77

Please sign in to comment.