We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a042d5 commit 0c1120bCopy full SHA for 0c1120b
ci/distcheck.sh
@@ -7,7 +7,7 @@ set -eux
7
--enable-maintainer-mode \
8
--prefix=/tmp/local
9
10
-make distcheck
+make distcheck VERBOSE=1
11
make sum
12
13
sudo -H mv *.tar.* *.sum /source/
ci/release.sh
@@ -25,7 +25,7 @@ echo "::endgroup::"
25
26
echo "::group::distcheck"
27
set -x
28
29
set +x
30
echo "::endgroup::"
31
0 commit comments