1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-04 15:20:54 +00:00

Added gitlab config

This commit is contained in:
Vladimir Volek 2018-10-01 15:12:54 +02:00 committed by Szymon Lesisz
parent 2d4f3e8232
commit b7c1ef5962

20
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,20 @@
image: node:8
before_script:
- yarn install
cache:
paths:
- node_modules/
flow:
script:
- yarn run flow
test:lint:
script:
- yarn run lint
test:unit:
script:
- yarn run test