1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-28 09:58:23 +00:00

Build app using gitlab

This commit is contained in:
Vladimir Volek 2018-10-22 12:25:12 +02:00
parent dca466ed8a
commit 5e85c9fef0

View File

@ -3,6 +3,16 @@ 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/