mirror of https://gerrit.osmocom.org/osmo-ci
coverity: check if sdcc is installed
Check at the start if sdcc is installed, as it's required to build libusrp. It might not be installed when testing locally. Change-Id: I226f439f7eff657d01c667aae464c080b91d5a82changes/37/31137/1
parent
7bd02257c9
commit
6a6b19ec6f
|
@ -2,6 +2,8 @@
|
|||
. $(realpath common.sh)
|
||||
BASEDIR=source-Osmocom
|
||||
|
||||
osmo_cmd_require sdcc
|
||||
|
||||
# How to add a new project:
|
||||
# * add it to the list below
|
||||
# * add it to build_Osmocom.sh
|
||||
|
|
Loading…
Reference in New Issue