Update '.trustie-pipeline.yml'

This commit is contained in:
wangwei10061 2022-07-27 18:25:22 +08:00
parent 81c8c260ee
commit 71eca307e6
1 changed files with 19 additions and 16 deletions

View File

@ -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