mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
28 lines
462 B
YAML
28 lines
462 B
YAML
language: java
|
|
#sudo: false
|
|
#install: true
|
|
#addons:
|
|
# sonarcloud:
|
|
# token:
|
|
# secure: "834110c7191f97ecb226970c46dcaff8e681da5a"
|
|
|
|
jdk:
|
|
- oraclejdk8
|
|
script: "./mvnw clean package -DskipTests=true"
|
|
|
|
#script:
|
|
# - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
|
|
|
|
branches:
|
|
only:
|
|
- develop
|
|
|
|
cache:
|
|
directories:
|
|
- '$HOME/.m2/repository'
|
|
# - '$HOME/.sonar/cache'
|
|
|
|
notifications:
|
|
email:
|
|
- binarywang@vip.qq.com
|