2016-02-05 20:25:01 +05:30
|
|
|
image: "ruby:2.1"
|
|
|
|
|
|
|
|
services:
|
|
|
|
- mysql:latest
|
|
|
|
- postgres:latest
|
|
|
|
- redis:latest
|
|
|
|
|
|
|
|
variables:
|
|
|
|
MYSQL_ALLOW_EMPTY_PASSWORD: "1"
|
|
|
|
|
2015-09-11 14:41:01 +05:30
|
|
|
before_script:
|
|
|
|
- ./scripts/prepare_build.sh
|
|
|
|
- ruby -v
|
|
|
|
- which ruby
|
|
|
|
- gem install bundler --no-ri --no-rdoc
|
|
|
|
- cp config/gitlab.yml.example config/gitlab.yml
|
|
|
|
- touch log/application.log
|
|
|
|
- touch log/test.log
|
|
|
|
- bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}"
|
2015-12-23 02:04:40 +05:30
|
|
|
- bundle exec rake db:reset db:create RAILS_ENV=test
|
2015-09-11 14:41:01 +05:30
|
|
|
|
|
|
|
spec:feature:
|
|
|
|
script:
|
2016-01-14 18:37:52 +05:30
|
|
|
- RAILS_ENV=test bundle exec rake assets:precompile 2>/dev/null
|
2015-09-11 14:41:01 +05:30
|
|
|
- RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:feature
|
|
|
|
tags:
|
|
|
|
- ruby
|
|
|
|
- mysql
|
|
|
|
|
|
|
|
spec:api:
|
|
|
|
script:
|
|
|
|
- RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:api
|
|
|
|
tags:
|
|
|
|
- ruby
|
|
|
|
- mysql
|
|
|
|
|
2015-12-23 02:04:40 +05:30
|
|
|
spec:models:
|
|
|
|
script:
|
|
|
|
- RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:models
|
|
|
|
tags:
|
|
|
|
- ruby
|
|
|
|
- mysql
|
|
|
|
|
|
|
|
spec:lib:
|
|
|
|
script:
|
|
|
|
- RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:lib
|
|
|
|
tags:
|
|
|
|
- ruby
|
|
|
|
- mysql
|
|
|
|
|
|
|
|
spec:services:
|
|
|
|
script:
|
|
|
|
- RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:services
|
|
|
|
tags:
|
|
|
|
- ruby
|
|
|
|
- mysql
|
|
|
|
|
2015-10-24 18:46:33 +05:30
|
|
|
spec:benchmark:
|
|
|
|
script:
|
|
|
|
- RAILS_ENV=test bundle exec rake spec:benchmark
|
|
|
|
tags:
|
|
|
|
- ruby
|
|
|
|
- mysql
|
|
|
|
allow_failure: true
|
|
|
|
|
2015-09-11 14:41:01 +05:30
|
|
|
spec:other:
|
|
|
|
script:
|
|
|
|
- RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:other
|
|
|
|
tags:
|
|
|
|
- ruby
|
|
|
|
- mysql
|
|
|
|
|
2015-12-23 02:04:40 +05:30
|
|
|
spinach:project:half:
|
|
|
|
script:
|
|
|
|
- RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach:project:half
|
|
|
|
tags:
|
|
|
|
- ruby
|
|
|
|
- mysql
|
|
|
|
|
|
|
|
spinach:project:rest:
|
2015-09-11 14:41:01 +05:30
|
|
|
script:
|
2015-12-23 02:04:40 +05:30
|
|
|
- RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach:project:rest
|
2015-09-11 14:41:01 +05:30
|
|
|
tags:
|
|
|
|
- ruby
|
|
|
|
- mysql
|
|
|
|
|
|
|
|
spinach:other:
|
|
|
|
script:
|
|
|
|
- RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach:other
|
|
|
|
tags:
|
|
|
|
- ruby
|
|
|
|
- mysql
|
|
|
|
|
|
|
|
teaspoon:
|
|
|
|
script:
|
|
|
|
- RAILS_ENV=test bundle exec teaspoon
|
|
|
|
tags:
|
|
|
|
- ruby
|
|
|
|
- mysql
|
|
|
|
|
|
|
|
rubocop:
|
|
|
|
script:
|
|
|
|
- bundle exec rubocop
|
|
|
|
tags:
|
|
|
|
- ruby
|
|
|
|
- mysql
|
|
|
|
|
|
|
|
brakeman:
|
|
|
|
script:
|
|
|
|
- bundle exec rake brakeman
|
|
|
|
tags:
|
|
|
|
- ruby
|
|
|
|
- mysql
|
2015-11-26 14:37:03 +05:30
|
|
|
|
|
|
|
flog:
|
|
|
|
script:
|
|
|
|
- bundle exec rake flog
|
|
|
|
tags:
|
|
|
|
- ruby
|
|
|
|
- mysql
|
|
|
|
|
|
|
|
flay:
|
|
|
|
script:
|
|
|
|
- bundle exec rake flay
|
|
|
|
tags:
|
|
|
|
- ruby
|
|
|
|
- mysql
|
2015-12-23 02:04:40 +05:30
|
|
|
|
|
|
|
bundler:audit:
|
|
|
|
script:
|
|
|
|
- "bundle exec bundle-audit update"
|
|
|
|
- "bundle exec bundle-audit check"
|
|
|
|
tags:
|
|
|
|
- ruby
|
|
|
|
- mysql
|
2015-11-26 14:37:03 +05:30
|
|
|
allow_failure: true
|