Merge branch 'feature/gitlab-ci-yml' into 'develop'
added .gitlab-ci.yml build descriptor See merge request !43
This commit is contained in:
commit
2f57cb4054
1 changed files with 9 additions and 0 deletions
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
# This file is generated by GitLab CI
|
||||
Npm, Bower, Grunt:
|
||||
script:
|
||||
- npm install
|
||||
- bower install
|
||||
- grunt
|
||||
tags:
|
||||
except:
|
||||
- tags
|
Loading…
Reference in a new issue