Update '.trustie-pipeline.yml'
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
4a2a0ae934
commit
9c16d146ad
|
@ -1,11 +1,16 @@
|
||||||
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: test
|
name: 123
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: arm64
|
||||||
steps:
|
steps:
|
||||||
|
- name: 编译
|
||||||
|
image: gcc
|
||||||
|
commands:
|
||||||
|
- ./configure
|
||||||
|
- make
|
||||||
- name: maven
|
- name: maven
|
||||||
image: maven:3-jdk-10
|
image: maven:3-jdk-10
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in New Issue