forgeplus/.trustie-pipeline.yml

13 lines
155 B
YAML
Raw Normal View History

2020-07-20 16:29:05 +08:00
kind: pipeline
name: default
platform:
os: linux
arch: arm64
steps:
- name: test
image: ruby
commands:
- bundle install --jobs=3 --retry=3
- rake