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