mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 10:48:22 +00:00
try to fix gyp in CI
This commit is contained in:
parent
a11c595112
commit
993528cee0
@ -3,6 +3,10 @@ image: node:10.15.1
|
|||||||
variables:
|
variables:
|
||||||
CYPRESS_CACHE_FOLDER: "$CI_PROJECT_DIR/cache/Cypress"
|
CYPRESS_CACHE_FOLDER: "$CI_PROJECT_DIR/cache/Cypress"
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- "apt-get update"
|
||||||
|
- "apt-get install -y build-essential"
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
key: ${CI_COMMIT_REF_SLUG}
|
key: ${CI_COMMIT_REF_SLUG}
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
Reference in New Issue
Block a user