1
0
Fork 0
creddit/.gitlab-ci.yml

9 lines
256 B
YAML
Raw Normal View History

2015-11-19 14:29:35 -05:00
test:
script:
- apt-get update -qy
- apt-get install -y nodejs libqtwebkit-dev qt4-qmake sqlite3 libsqlite3-dev
- bundle install --path /cache
- bundle exec rake db:create RAILS_ENV=test
2015-12-14 13:28:39 -05:00
- bundle exec rake db:test:prepare
2015-11-19 14:29:35 -05:00
- bundle exec rspec