laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmocom-bb/+/16670 )
Change subject: contrib/jenkins.sh: also verify building the firmware
......................................................................
contrib/jenkins.sh: also verify building the firmware
Change-Id: I4c224ef7855a2ac35476cbdd96c29565151a2830
---
M contrib/jenkins.sh
1 file changed, 4 insertions(+), 0 deletions(-)
Approvals:
laforge: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
Jenkins Builder: Verified
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 52c6566..ec81f03 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -67,4 +67,8 @@
make maintainer-clean
done
+# Build the firmware (against the local copy of libosmocore)
+cd "$base/src"
+make firmware
+
osmo-clean-workspace.sh
--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/16670
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I4c224ef7855a2ac35476cbdd96c29565151a2830
Gerrit-Change-Number: 16670
Gerrit-PatchSet: 3
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged