mirror of
https://github.com/correl/mage.git
synced 2024-11-14 11:09:31 +00:00
added sonarcloud support (hopefully it works)
This commit is contained in:
parent
bfa85db4f1
commit
ee24176fa1
2 changed files with 7 additions and 0 deletions
|
@ -3,3 +3,8 @@ dist: trusty
|
||||||
language: java
|
language: java
|
||||||
before_install:
|
before_install:
|
||||||
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc
|
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc
|
||||||
|
addons:
|
||||||
|
sonarcloud:
|
||||||
|
organization: "magefree"
|
||||||
|
script:
|
||||||
|
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar
|
||||||
|
|
2
sonar-project.properties
Normal file
2
sonar-project.properties
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
sonar.projectName=XMage
|
||||||
|
sonar.projectVersion=1.4.332V0
|
Loading…
Reference in a new issue