Merge branch 'master' of http://git.trustie.net/jasder/forgeplus
This commit is contained in:
commit
eb730e5d91
|
@ -7,8 +7,18 @@ platform:
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: install
|
||||||
image: ruby
|
image: ruby:2.3.7
|
||||||
commands:
|
commands:
|
||||||
|
- gem install bundler --default -v "2.1.4"
|
||||||
|
- gem list bunder
|
||||||
- bundle install --jobs=3 --retry=3
|
- bundle install --jobs=3 --retry=3
|
||||||
- rake
|
- rake
|
||||||
|
|
||||||
|
- name: test
|
||||||
|
image: ruby:2.3.7
|
||||||
|
volumes:
|
||||||
|
- name: bundle
|
||||||
|
path: /usr/local/bundle
|
||||||
|
commands:
|
||||||
|
- rake
|
||||||
|
|
Loading…
Reference in New Issue