Add .gitlab-ci.yml

This commit is contained in:
Johannes Loher 2020-12-23 18:36:41 +01:00
parent a07e3826c2
commit a47ed4d26c

19
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,19 @@
image: node:latest
stages:
- test
lint:
stage: test
script:
- npm run lint
compile:
stage: test
script:
- npm run build
#test:
# stage: test
# script:
# - npm test