Update '.trustie-pipeline.yml'

This commit is contained in:
jasder 2020-07-24 15:51:35 +08:00
parent ba7f7bd89f
commit 2dad9dc99d
1 changed files with 12 additions and 9 deletions

View File

@ -7,6 +7,9 @@ platform:
steps:
- name: test
image: node
image: gcc
commands:
- echo hello
- ./configure
- make
- make test
1111