Initial commit

This commit is contained in:
Sebastian Frank
2017-08-24 11:16:07 +02:00
commit a3cf644fb4
14 changed files with 7858 additions and 0 deletions

16
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,16 @@
cache:
paths:
- node_modules/
stages:
- build
# - test
before_script:
- git submodule update --init
- npm install
building_ui:
stage: build
script:
- npm run build