3 Commits

Author SHA1 Message Date
raucao 61b722e868 Merge pull request 'Configure CI builds' (#3) from dev/configure_drone_ci into master
continuous-integration/drone/push Build is passing
Reviewed-on: #3
2020-11-19 15:40:46 +00:00
basti 0eab4f03ac Remove Ruby version lock from Gemfile
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2020-11-19 14:29:16 +01:00
basti c96a84d1a1 Add initial Drone CI config 2020-11-19 14:29:07 +01:00
3 changed files with 14 additions and 5 deletions
+14
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
-2
View File
@@ -1,8 +1,6 @@
source 'https://rubygems.org' source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" } git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '2.6.1'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.0.3', '>= 6.0.3.4' gem 'rails', '~> 6.0.3', '>= 6.0.3.4'
# Use sqlite3 as the database for Active Record # Use sqlite3 as the database for Active Record
-3
View File
@@ -268,8 +268,5 @@ DEPENDENCIES
web-console (>= 3.3.0) web-console (>= 3.3.0)
webpacker (~> 4.0) webpacker (~> 4.0)
RUBY VERSION
ruby 2.6.1p33
BUNDLED WITH BUNDLED WITH
2.0.2 2.0.2