mirror of
https://github.com/eclipse/upm.git
synced 2025-03-14 20:47:30 +03:00
docker-compose: map sonar scan job to new sonar docker image
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
e3d054086b
commit
2c7fff24c7
@ -78,12 +78,10 @@ services:
|
||||
command: bash -c "./scripts/run-cmake.sh && make -Cbuild -j8 npmpkg"
|
||||
|
||||
sonar-scan:
|
||||
extends: all
|
||||
extends: base
|
||||
image: inteliotdevkit/upm-sonar
|
||||
environment:
|
||||
- BUILDSWIGPYTHON=ON
|
||||
- BUILDSWIGNODE=ON
|
||||
- BUILDSWIGJAVA=ON
|
||||
- BUILDEXAMPLES=ON
|
||||
- BUILDTESTS=OFF
|
||||
- SONAR_TOKEN
|
||||
- SONAR_ORG
|
||||
- SONAR_PROJ_KEY
|
||||
|
Loading…
x
Reference in New Issue
Block a user