Split build steps out of Dockerfile to script 07/2507/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Thu, 13 Feb 2020 14:41:21 +0000 (09:41 -0500)
committerLott, Christopher (cl778h) <cl778h@att.com>
Thu, 13 Feb 2020 14:42:33 +0000 (09:42 -0500)
commitb23d04b0a9b31a525ecb3a55dacb6c22008339e1
treed426fbfc226a4f6f7a067a9efb2bbc305169fd36
parent380b7a2a46087a054ebfac57f3dbf7949d318cc6
Split build steps out of Dockerfile to script

Create build-e2mgr-ubuntu.sh shell script that installs prerequisites,
builds the main binary and runs unit tests. This allows the same steps
to be run in a sonar analysis & reporting job without duplication.

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I1e5e3e2880c39b49105949635a1ef5389efbe91b
E2Manager/Dockerfile [changed mode: 0644->0755]
E2Manager/build-e2mgr-ubuntu.sh [new file with mode: 0755]