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