Merge pull request #421 from smcv/distcheck
workflows: List installed files and run distcheck
This commit is contained in:
7
.github/workflows/check.yml
vendored
7
.github/workflows/check.yml
vendored
@@ -61,6 +61,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: test logs
|
name: test logs
|
||||||
path: 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:
|
clang:
|
||||||
name: Build with clang and analyze
|
name: Build with clang and analyze
|
||||||
|
Reference in New Issue
Block a user