Update '.trustie-pipeline.yml'
continuous-integration/drone/push Build was killed Details

This commit is contained in:
wangwei10061 2022-08-11 10:14:32 +08:00
parent 4a2a0ae934
commit 9c16d146ad
1 changed files with 7 additions and 2 deletions

View File

@ -1,11 +1,16 @@
kind: pipeline
type: docker
name: test
name: 123
platform:
os: linux
arch: amd64
arch: arm64
steps:
- name: 编译
image: gcc
commands:
- ./configure
- make
- name: maven
image: maven:3-jdk-10
commands: