Skip to content

Commit

Permalink
workflows: List installed files and run distcheck
Browse files Browse the repository at this point in the history
This helps to ensure that the build system is working correctly.

Signed-off-by: Simon McVittie <[email protected]>
  • Loading branch information
smcv authored and brandsimon committed Mar 19, 2023
1 parent 844918d commit 7df8462
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ jobs:
with:
name: test logs
path: test-logs
- name: install
run: |
make -C _build install DESTDIR="$(pwd)/DESTDIR"
( cd DESTDIR && find -ls )
- name: distcheck
run: |
make -C _build -j $(getconf _NPROCESSORS_ONLN) distcheck VERBOSE=1 BWRAP_MUST_WORK=1
clang:
name: Build with clang and analyze
Expand Down

0 comments on commit 7df8462

Please sign in to comment.