Files
hawkbit/circle.yml
Jeroen Laverman 55e92316c1 Change sonarqube configuration (#712)
* Remove Sonar-Batch

Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com>

* Remove sonar scan from circlci configuration
* move sonar script to .circleci folder for CircleCi 2.0 preparation

Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com>
2018-07-25 16:51:42 +02:00

38 lines
928 B
YAML

#
# Copyright (c) 2015 Bosch Software Innovations GmbH and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
machine:
java:
version: oraclejdk8
services:
- rabbitmq-server
environment:
_JAVA_OPTIONS: "-Xms512m -Xmx1024m"
pre:
- sudo rabbitmq-plugins enable rabbitmq_management
dependencies:
override:
- mvn install -DskipTests
test:
override:
- mvn verify license:check
post:
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
- find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
general:
artifacts:
- "*.jar"
- "pom.xml"
notify:
webhooks:
# gitter hook
- url: https://webhooks.gitter.im/e/a20a6bc2bda5a8a77d39