mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-27 00:50:49 +03:00
ci caching
This commit is contained in:
parent
8c61b8a778
commit
ccb5d90634
@ -63,3 +63,12 @@ addons:
|
||||
sources:
|
||||
- sourceline: 'deb https://dl.yarnpkg.com/debian/ stable main'
|
||||
key_url: 'https://dl.yarnpkg.com/debian/pubkey.gpg'
|
||||
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
- */node_modules
|
||||
- $HOME/.cache/yarn
|
||||
- $HOME/.cache/electron
|
||||
- $HOME/.cache/electron-builder
|
||||
|
@ -25,3 +25,9 @@ build_script:
|
||||
|
||||
artifacts:
|
||||
- path: 'dist\*.exe'
|
||||
|
||||
cache:
|
||||
- node_modules
|
||||
- *\node_modules
|
||||
- '%LOCALAPPDATA%/Yarn'
|
||||
- '%USERPROFILE%\.electron'
|
||||
|
Loading…
Reference in New Issue
Block a user