fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/simtrace2/+/43530?usp=email )
Change subject: build: do distcheck for the host tools ......................................................................
build: do distcheck for the host tools
This allows to detect missing files in the release tarballs.
Change-Id: I2352d99a91079e027ca9827c10663212a3f6292f --- M contrib/jenkins.sh 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/30/43530/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index deaeea5..fdb61ea 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -87,7 +87,7 @@ autoreconf --install --force ./configure --enable-sanitize --enable-werror $MAKE $PARALLEL_MAKE -#$MAKE distcheck || cat-testlogs.sh +$MAKE distcheck || cat-testlogs.sh make dist
#if [ "$WITH_MANUALS" = "1" ] && [ "$PUBLISH" = "1" ]; then