blob: 891f1c3f585264bd92e155d3da8a82bc142b60ba [file] [log] [blame]
Alok Bhattd837a232020-11-13 22:54:17 +00001#!/bin/bash
2# SPDX-License-Identifier: EPL-1.0
3##############################################################################
4# Copyright (c) 2020 HCL Technologies and others.
5#
6# All rights reserved. This program and the accompanying materials
7# are made available under the terms of the Eclipse Public License v1.0
8# which accompanies this distribution, and is available at
9# http://www.eclipse.org/legal/epl-v10.html
10##############################################################################
11echo "---> cmake-sonarqube.sh"
12cd mgxapp
13docker build -t ric-plt-utils -f Dockerfile.build .
14docker create --name ric-plt-utils ric-plt-utils
15docker cp ric-plt-utils:/playpen/build/test/ .
16docker rm ric-plt-utils
17echo "---> cmake-sonarqube.sh ends"