Add GitLab CI

This commit is contained in:
Tau 2020-08-01 12:29:07 -04:00
parent 834804b2ea
commit 75b35e09e2

15
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,15 @@
image: node:12-buster
cache:
paths:
- node_modules/
stages:
- build
do_build:
stage: build
script:
- npm install
- npm run build