contrib/jenkins.sh: Build gprsdecode + laye23 with 'make distcheck'

Change-Id: I17c4dfb7bbfcf8da78d688939ee8c0b916cb6b1a
This commit is contained in:
Harald Welte 2019-05-22 21:45:57 +02:00
parent e6a5342272
commit 4b9a35136f
1 changed files with 10 additions and 1 deletions

View File

@ -34,7 +34,16 @@ echo
set -x
for dir in gprsdecode gsmmap layer23 osmocon trxcon virt_phy; do
# building those sub-projects where 'distcheck' is known-working
for dir in gprsdecode layer23; do
cd $base/src/host/$dir
autoreconf -fi
./configure
make distcheck
done
# TODO: make sure 'distcheck' passes also for these
for dir in gsmmap osmocon trxcon virt_phy; do
cd $base/src/host/$dir
autoreconf -fi
./configure