summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-25 21:44:25 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-06-25 21:44:25 -0400
commitf9717a9caf5824ad0f2151c1ea13a0952addcdf2 (patch)
tree9203c380175d5484e6ed607506a83672e9bcb05c
parent07ac873037f8daf8b5368a5dfe4299d07420f6d4 (diff)
downloadgitlab-ce-rs-fuubar-test.tar.gz
Temporary gitlab-ci hackrs-fuubar-test
-rw-r--r--.gitlab-ci.yml95
1 files changed, 51 insertions, 44 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5524c9a7fcb..ed22e4852a2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,58 +10,65 @@ before_script:
- bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}"
- bundle exec rake db:create RAILS_ENV=test
-spec:feature:
+spec:other:
script:
- - RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:feature
+ - RAILS_ENV=test bundle exec rspec -f Fuubar spec/helpers/
tags:
- ruby
- mysql
-spec:api:
- script:
- - RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:api
- tags:
- - ruby
- - mysql
+# spec:feature:
+# script:
+# - RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:feature
+# tags:
+# - ruby
+# - mysql
-spec:other:
- script:
- - RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:other
- tags:
- - ruby
- - mysql
+# spec:api:
+# script:
+# - RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:api
+# tags:
+# - ruby
+# - mysql
-spinach:project:
- script:
- - RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach:project
- tags:
- - ruby
- - mysql
+# spec:other:
+# script:
+# - RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:other
+# tags:
+# - ruby
+# - mysql
-spinach:other:
- script:
- - RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach:other
- tags:
- - ruby
- - mysql
+# spinach:project:
+# script:
+# - RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach:project
+# tags:
+# - ruby
+# - mysql
-jasmine:ci:
- script:
- - RAILS_ENV=test SIMPLECOV=true bundle exec rake jasmine:ci
- tags:
- - ruby
- - mysql
+# spinach:other:
+# script:
+# - RAILS_ENV=test SIMPLECOV=true bundle exec rake spinach:other
+# tags:
+# - ruby
+# - mysql
-rubocop:
- script:
- - bundle exec rubocop
- tags:
- - ruby
- - mysql
+# jasmine:ci:
+# script:
+# - RAILS_ENV=test SIMPLECOV=true bundle exec rake jasmine:ci
+# tags:
+# - ruby
+# - mysql
-brakeman:
- script:
- - bundle exec rake brakeman
- tags:
- - ruby
- - mysql
+# rubocop:
+# script:
+# - bundle exec rubocop
+# tags:
+# - ruby
+# - mysql
+
+# brakeman:
+# script:
+# - bundle exec rake brakeman
+# tags:
+# - ruby
+# - mysql