contrib/jenkins.sh: also verify building the firmware

Change-Id: I4c224ef7855a2ac35476cbdd96c29565151a2830
This commit is contained in:
Vadim Yanitskiy 2019-12-22 01:00:53 +10:00 committed by laforge
parent 4ddb2e61c7
commit 5198385533
1 changed files with 4 additions and 0 deletions

View File

@ -67,4 +67,8 @@ for dir in gprsdecode layer23 gsmmap osmocon trxcon virt_phy; do
make maintainer-clean
done
# Build the firmware (against the local copy of libosmocore)
cd "$base/src"
make firmware
osmo-clean-workspace.sh