Add '.trustie-pipeline.yml'
This commit is contained in:
parent
516b254aa3
commit
36e6f7cea0
|
@ -0,0 +1,14 @@
|
||||||
|
|
||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: ruby
|
||||||
|
commands:
|
||||||
|
- bundle install --jobs=3 --retry=3
|
||||||
|
- rake
|
Loading…
Reference in New Issue