forked from jasder/forgeplus
Update '.trustie-pipeline.yml'
This commit is contained in:
parent
ba7f7bd89f
commit
2dad9dc99d
|
@ -1,12 +1,15 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
name: default
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: node
|
||||
commands:
|
||||
- echo hello
|
||||
steps:
|
||||
- name: test
|
||||
image: gcc
|
||||
commands:
|
||||
- ./configure
|
||||
- make
|
||||
- make test
|
||||
1111
|
Loading…
Reference in New Issue