mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 09:18:09 +00:00
Added gitlab config
This commit is contained in:
parent
badf140006
commit
2073125805
20
.gitlab-ci.yml
Normal file
20
.gitlab-ci.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user