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:
parent
dca466ed8a
commit
5e85c9fef0
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user