mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-29 02:18:06 +00:00
Build app using gitlab
This commit is contained in:
parent
dca466ed8a
commit
5e85c9fef0
@ -3,6 +3,16 @@ image: node:8
|
|||||||
before_script:
|
before_script:
|
||||||
- yarn install
|
- yarn install
|
||||||
|
|
||||||
|
build site:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- yarn install --progress=false
|
||||||
|
- yarn run build
|
||||||
|
artifacts:
|
||||||
|
expire_in: 1 week
|
||||||
|
paths:
|
||||||
|
- build
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
Loading…
Reference in New Issue
Block a user