baseui/.gitlab-ci.yml
2017-08-24 11:16:07 +02:00

17 lines
210 B
YAML

cache:
paths:
- node_modules/
stages:
- build
# - test
before_script:
- git submodule update --init
- npm install
building_ui:
stage: build
script:
- npm run build