Add GitLab CI

This commit is contained in:
Tau 2020-08-01 12:29:07 -04:00
parent b989ad22a2
commit aaf4fa1105

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