add gitlab ci

master
selfisekai 2020-11-06 13:59:31 +01:00
parent b7569dd457
commit c256bbe4dd
1 changed files with 25 additions and 0 deletions

25
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,25 @@
default:
before_script:
- yarn
node12:
image: node:12
allow_failure: true
script:
- yarn test
node13:
image: node:13
allow_failure: true
script:
- yarn test
node14:
image: node:14
script:
- yarn test
node15:
image: node:15
script:
- yarn test