1
0
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:
Vladimir Volek 2019-04-25 15:42:21 +02:00
parent a11c595112
commit 993528cee0

View File

@ -3,6 +3,10 @@ image: node:10.15.1
variables:
CYPRESS_CACHE_FOLDER: "$CI_PROJECT_DIR/cache/Cypress"
before_script:
- "apt-get update"
- "apt-get install -y build-essential"
cache:
key: ${CI_COMMIT_REF_SLUG}
paths: