blob: 80e4ffc545b1d9d857683b6bf0136045c99141ce [file] [log] [blame]
Pau Espin Pedroladdf78e2020-02-03 15:47:01 +01001#!/bin/sh
2set -e -x
3
4base="$PWD"
5name="srslte"
Pau Espin Pedrol70c01ec2020-02-17 17:42:05 +01006git_url="${git_url:-https://github.com/srsLTE}"
Pau Espin Pedrol979f00d2020-02-17 17:56:47 +01007project_name="${project_name:-srsLTE}"
Pau Espin Pedroladdf78e2020-02-03 15:47:01 +01008. "$(dirname "$0")/jenkins-build-common.sh"
9
10#TODO: make sure libconfig, zeroMQ is installed
Andre Puschmannb92e2d12020-07-07 21:55:38 +020011build_repo $project_name $configure_opts
Pau Espin Pedroladdf78e2020-02-03 15:47:01 +010012
13create_bin_tgz "srsue srsenb srsepc"