Activate SonarQube analysis

Signed-off-by: Jeroen Laverman jeroen.laverman@bosch-si.com
This commit is contained in:
Jeroen Laverman
2018-10-16 11:12:48 +02:00
committed by GitHub
parent 1f542f77a7
commit bbe6829012

View File

@@ -37,7 +37,7 @@ jobs:
# Run tests
- run:
name: Test incl. license verification
command: mvn verify license:check --batch-mode
command: sh sonarCircleCi.sh
# Record test results
- run: mkdir -p testresults/junit/
@@ -45,9 +45,14 @@ jobs:
- store_test_results:
path: testresults/junit/
- store_artifacts:
path: testresults/junit/
destination: test-reports
- store_artifacts:
path: pom.xml
destination: pom
- save_cache:
paths: