We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edc2144 + 187918b commit dc4c266Copy full SHA for dc4c266
1 file changed
.github/workflows/check.yml
@@ -61,6 +61,13 @@ jobs:
61
with:
62
name: test logs
63
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
70
+ make -C _build -j $(getconf _NPROCESSORS_ONLN) distcheck VERBOSE=1 BWRAP_MUST_WORK=1
71
72
clang:
73
name: Build with clang and analyze
0 commit comments