diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index eafd809..b2af5fc 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -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 \ No newline at end of file + steps: + - name: test + image: gcc + commands: + - ./configure + - make + - make test + 1111 \ No newline at end of file