|
@@ -5,6 +5,7 @@ branches:
|
|
|
build_cloud: libcc-20
|
|
|
image: libcc-20-vs2017-15.4.5
|
|
|
environment:
|
|
|
+ GIT_CACHE_PATH: C:\Users\electron\libcc_cache
|
|
|
DISABLE_CRASH_REPORTER_TESTS: true
|
|
|
ELECTRON_ENABLE_LOGGING: true
|
|
|
matrix:
|
|
@@ -24,7 +25,7 @@ build_script:
|
|
|
gclient config
|
|
|
--name "src\electron"
|
|
|
--unmanaged
|
|
|
- --cache-dir "C:\Users\electron\libcc_cache"
|
|
|
+ --cache-dir "${GIT_CACHE_PATH}"
|
|
|
"https://github.com/electron/electron"
|
|
|
- gclient sync --with_branch_heads --with_tags
|
|
|
- cd src
|