Configure CI builds #3

Merged
raucao merged 2 commits from dev/configure_drone_ci into master 2020-11-19 15:40:47 +00:00
Showing only changes of commit c96a84d1a1 - Show all commits

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