contrib/jenkins.sh: also run distcheck for trxcon and virt_phy

Change-Id: I5664806df4051694a5ce705420cd574f7a7da531
This commit is contained in:
Vadim Yanitskiy 2023-01-02 21:12:22 +07:00
parent a445c6db81
commit 34cc5e01f4
1 changed files with 2 additions and 2 deletions

View File

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