jenkins-build-srslte.sh: pass extra configuration_opts to build_repo

this allows to pass extra CMake opts to, e.g., enable address sanitizer

Change-Id: I6fd00025a7225b1e075704d69354a8eb5e7f30ec
This commit is contained in:
Andre Puschmann 2020-07-07 21:55:38 +02:00 committed by pespin
parent 008fd3194b
commit b92e2d1c99
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ project_name="${project_name:-srsLTE}"
. "$(dirname "$0")/jenkins-build-common.sh"
#TODO: make sure libconfig, zeroMQ is installed
build_repo $project_name
build_repo $project_name $configure_opts
create_bin_tgz "srsue srsenb srsepc"