You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-wallet/.gitlab-ci.yml

31 lines
360 B

image: node:8
before_script:
- yarn install
build site:
stage: build
script:
- yarn install --progress=false
- yarn run build
artifacts:
expire_in: 1 week
paths:
- build
cache:
paths:
- node_modules/
flow:
script:
- yarn run flow
test:lint:
script:
- yarn run lint
test:unit:
script:
- yarn run test