Skip to content

Commit dc4c266

Browse files
authored
Merge pull request #421 from smcv/distcheck
workflows: List installed files and run distcheck
2 parents edc2144 + 187918b commit dc4c266

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/check.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ jobs:
6161
with:
6262
name: test logs
6363
path: test-logs
64+
- name: install
65+
run: |
66+
make -C _build install DESTDIR="$(pwd)/DESTDIR"
67+
( cd DESTDIR && find -ls )
68+
- name: distcheck
69+
run: |
70+
make -C _build -j $(getconf _NPROCESSORS_ONLN) distcheck VERBOSE=1 BWRAP_MUST_WORK=1
6471
6572
clang:
6673
name: Build with clang and analyze

0 commit comments

Comments
 (0)