contrib/jenkins-build-amarisoft.sh: Pass srsLTE.git branch explicitly

This allows easily changing the branch for local builds.

Change-Id: I9765e1ebdd7488788be5f5c7259cf8b6e04e58f6
This commit is contained in:
Pau Espin 2020-07-13 15:44:20 +02:00
parent 1dddb7b264
commit f1b43f956c
1 changed files with 2 additions and 1 deletions

View File

@ -15,10 +15,11 @@ if [ "x${BUILD_AMARISOFT_TRX_ZMQ}" = "x1" ]; then
name="srslte"
git_url="${git_url:-https://github.com/srsLTE}"
project_name_srslte="${project_name:-srsLTE}"
branch="master"
. "$(dirname "$0")/jenkins-build-common.sh"
#TODO: make sure libconfig, zeroMQ is installed
build_repo $project_name_srslte -DENABLE_UHD=False -DENABLE_BLADERF=False -DENABLE_SOAPYSDR=False -DENABLE_ZEROMQ=True
build_repo $project_name_srslte $branch -DENABLE_UHD=False -DENABLE_BLADERF=False -DENABLE_SOAPYSDR=False -DENABLE_ZEROMQ=True
git_url="git@github.com:softwareradiosystems"
project_name_zmq="amarisoft_dummy_trx"