blob: 80e4ffc545b1d9d857683b6bf0136045c99141ce [file] [log] [blame]
#!/bin/sh
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 $project_name $configure_opts
create_bin_tgz "srsue srsenb srsepc"