1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00

add GitLab CI

This commit is contained in:
Matthias Kretschmann 2018-03-18 20:55:58 +01:00
parent 6428e81e4c
commit 6d3bc636a8
Signed by: m
GPG Key ID: 606EEEF3C479A91F

12
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,12 @@
image: node
cache:
paths:
- node_modules/
testing:
stage: test
script:
- npm install
- npm test
- npm run build