Cache VS Code in CI
This commit is contained in:
parent
fdb2308c62
commit
5aa2abaf9f
@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: "MacOS build"
|
- name: "MacOS build"
|
||||||
os: osx
|
os: osx
|
||||||
if: tag IS blank
|
if: tag IS blank
|
||||||
script: travis_wait 30 scripts/ci.bash
|
script: travis_wait 40 scripts/ci.bash
|
||||||
- name: "Docker build"
|
- name: "Docker build"
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
@ -75,6 +75,5 @@ deploy:
|
|||||||
|
|
||||||
cache:
|
cache:
|
||||||
yarn: true
|
yarn: true
|
||||||
timeout: 1000
|
|
||||||
directories:
|
directories:
|
||||||
- .cache
|
- build/vscode-1.39.2-source
|
||||||
|
Reference in New Issue
Block a user