contrib: srslte: Allow changing repo name

Change-Id: I06e6566ac3df9369b391bc88f288f72588088ef1
This commit is contained in:
Pau Espin 2020-02-17 17:56:47 +01:00 committed by pespin
parent 70c01ec92a
commit 979f00d43d
1 changed files with 2 additions and 1 deletions

View File

@ -4,9 +4,10 @@ set -e -x
base="$PWD"
name="srslte"
git_url="${git_url:-https://github.com/srsLTE}"
project_name="${project_name:-srsLTE}"
. "$(dirname "$0")/jenkins-build-common.sh"
#TODO: make sure libconfig, zeroMQ is installed
build_repo srsLTE
build_repo $project_name
create_bin_tgz "srsue srsenb srsepc"