Add gitlab-ci

This commit is contained in:
Flummi 2017-11-08 14:09:54 +01:00
parent c7c5520e47
commit f62c77dc65

17
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,17 @@
image: node:latest
stages:
- build
cache:
paths:
- node_modules/
- dist/
install_dependencies:
stage: build
script:
- npm install
artifacts:
paths:
- node_modules/