forked from jasder/forgeplus
Upate file
This commit is contained in:
parent
575294361a
commit
b08fcbd0a3
|
@ -1,15 +1,13 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
name: default
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: gcc
|
||||
commands:
|
||||
- ./configure
|
||||
- make
|
||||
- make test
|
||||
1111
|
||||
steps:
|
||||
- name: test
|
||||
image: ruby
|
||||
commands:
|
||||
- bundle install --jobs=3 --retry=3
|
||||
- rake
|
Loading…
Reference in New Issue