add devops file

This commit is contained in:
jasder 2020-07-20 16:29:05 +08:00
parent 4dede97382
commit d78b65fff1
1 changed files with 13 additions and 0 deletions

13
.trustie-pipeline.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
name: default
platform:
os: linux
arch: arm64
steps:
- name: test
image: ruby
commands:
- bundle install --jobs=3 --retry=3
- rake