added .gitlab-ci.yml build descriptor
This commit is contained in:
parent
6e7e5afc55
commit
9ead720de6
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