Merge branch 'atomaka/feature/ci' into 'master'
Use built-in Gitlab CI Use Gitlab-ci to do some fancy things. See merge request !17
This commit is contained in:
commit
b8a526c19f
2 changed files with 9 additions and 0 deletions
7
.gitlab-ci.yml
Normal file
7
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
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
|
||||||
|
- bundle exec rspec
|
|
@ -1,3 +1,5 @@
|
||||||
|
[![build status](https://git.atomaka.com/ci/projects/1/status.png?ref=master)](https://git.atomaka.com/ci/projects/1?ref=master)
|
||||||
|
|
||||||
# creddit
|
# creddit
|
||||||
|
|
||||||
C(lone)reddit
|
C(lone)reddit
|
||||||
|
|
Loading…
Reference in a new issue