Merge branch 'feature/gitlab-ci-yml' into 'develop'

added .gitlab-ci.yml build descriptor

See merge request !43
This commit is contained in:
Manuel Friedli 2015-07-14 00:09:47 +02:00
commit 2f57cb4054

9
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,9 @@
# This file is generated by GitLab CI
Npm, Bower, Grunt:
script:
- npm install
- bower install
- grunt
tags:
except:
- tags