mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Cache electron instead of cache on build providers
This commit is contained in:
@@ -31,7 +31,7 @@ script: false
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- cache
|
||||
- electron
|
||||
- node_modules
|
||||
- apm/node_modules
|
||||
- script/node_modules
|
||||
|
||||
@@ -47,7 +47,7 @@ cache:
|
||||
- '%APPVEYOR_BUILD_FOLDER%\script\node_modules'
|
||||
- '%APPVEYOR_BUILD_FOLDER%\apm\node_modules'
|
||||
- '%APPVEYOR_BUILD_FOLDER%\node_modules'
|
||||
- '%APPVEYOR_BUILD_FOLDER%\cache'
|
||||
- '%APPVEYOR_BUILD_FOLDER%\electron'
|
||||
- '%USERPROFILE%\.atom\.apm'
|
||||
- '%USERPROFILE%\.atom\.node-gyp\.atom'
|
||||
- '%USERPROFILE%\.atom\.npm'
|
||||
|
||||
@@ -26,7 +26,7 @@ dependencies:
|
||||
- script/build --code-sign --compress-artifacts
|
||||
|
||||
cache_directories:
|
||||
- cache
|
||||
- electron
|
||||
- apm/node_modules
|
||||
- script/node_modules
|
||||
- node_modules
|
||||
|
||||
Reference in New Issue
Block a user