forked from xxq250/java_ci_example
Update '.trustie-pipeline.yml'
This commit is contained in:
parent
81c8c260ee
commit
71eca307e6
|
|
@ -1,18 +1,21 @@
|
|||
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: master
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: master
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
steps:
|
||||
- name: maven
|
||||
image: maven:3-jdk-10
|
||||
commands:
|
||||
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
|
||||
- mvn test -B
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
- name: maven
|
||||
image: maven:3-jdk-10
|
||||
commands:
|
||||
- mvn install -DskipTests=true
|
||||
- name: maven
|
||||
image: maven:3-jdk-10
|
||||
commands:
|
||||
- mvn install -DskipTests=true
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
|
|
|
|||
Loading…
Reference in New Issue