Add initial Drone CI config
This commit is contained in:
parent
86cd5824e6
commit
c96a84d1a1
14
.drone.yml
Normal file
14
.drone.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: CI build
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: rspec
|
||||||
|
image: guildeducation/rails:2.7.1-12.19.0
|
||||||
|
commands:
|
||||||
|
- bundle install
|
||||||
|
- yarn install
|
||||||
|
- bundle exec rspec
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
Loading…
x
Reference in New Issue
Block a user