mirror of
https://github.com/correl/mage.git
synced 2024-11-14 11:09:31 +00:00
16 lines
346 B
YAML
16 lines
346 B
YAML
# faster builds
|
|
git:
|
|
depth: false
|
|
submodules: false
|
|
sudo: false
|
|
dist: trusty
|
|
language: java
|
|
before_install:
|
|
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc
|
|
# addons:
|
|
# sonarcloud:
|
|
# organization: "magefree"
|
|
# token:
|
|
# secure: SONAR_TOKEN
|
|
# script:
|
|
# - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar
|