mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Deploy coverage reports only on JDK 8 + deploy snapshots only from JDK 8 build
This commit is contained in:
parent
3e6ea0ef8f
commit
5e96dc8085
@ -1,12 +1,12 @@
|
|||||||
language: java
|
language: java
|
||||||
install: true
|
install: true
|
||||||
script: mvn clean install -DprocessorIntegrationTest.toolchainsFile=etc/toolchains-travis-jenkins.xml -B -V
|
script: mvn clean install -DprocessorIntegrationTest.toolchainsFile=etc/toolchains-travis-jenkins.xml -B -V
|
||||||
after_success:
|
|
||||||
- mvn jacoco:report && bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- jdk: oraclejdk8
|
- jdk: oraclejdk8
|
||||||
|
after_success:
|
||||||
|
- mvn jacoco:report && bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
|
||||||
- jdk: openjdk11
|
- jdk: openjdk11
|
||||||
# Only run the processor and its dependencies
|
# Only run the processor and its dependencies
|
||||||
# The integration tests are using the maven toolchain and that is not yet ready for Java 11
|
# The integration tests are using the maven toolchain and that is not yet ready for Java 11
|
||||||
@ -25,6 +25,7 @@ deploy:
|
|||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
jdk: oraclejdk8
|
||||||
|
|
||||||
sudo: required
|
sudo: required
|
||||||
cache:
|
cache:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user