Add initial Drone CI config

This commit is contained in:
Basti 2020-11-19 14:23:43 +01:00
parent 86cd5824e6
commit c96a84d1a1
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

14
.drone.yml Normal file
View 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