forked from jasder/forgeplus
add devops file
This commit is contained in:
parent
4dede97382
commit
d78b65fff1
|
@ -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
|
Loading…
Reference in New Issue