This commit is contained in:
Jasder 2020-11-27 16:46:41 +08:00
commit eb730e5d91
1 changed files with 12 additions and 2 deletions

View File

@ -7,8 +7,18 @@ platform:
arch: arm64
steps:
- name: test
image: ruby
- name: install
image: ruby:2.3.7
commands:
- gem install bundler --default -v "2.1.4"
- gem list bunder
- bundle install --jobs=3 --retry=3
- rake
- name: test
image: ruby:2.3.7
volumes:
- name: bundle
path: /usr/local/bundle
commands:
- rake