mirror of
https://github.com/bitwarden/browser
synced 2024-12-28 02:43:04 +01:00
matrix only for caching
This commit is contained in:
parent
51b206b07b
commit
39e78512c0
15
appveyor.yml
15
appveyor.yml
@ -8,6 +8,14 @@ branches:
|
||||
|
||||
stack: node 10
|
||||
|
||||
init:
|
||||
- sh: sudo apt-get update
|
||||
- sh: sudo apt-get -y install pkg-config libxss-dev libsecret-1-dev rpm
|
||||
- ps: |
|
||||
if($isWindows) {
|
||||
Install-Product node 10
|
||||
}
|
||||
|
||||
install:
|
||||
- ps: $env:package_version = (Get-Content -Raw -Path .\src\package.json | ConvertFrom-Json).version
|
||||
- ps: |
|
||||
@ -44,9 +52,6 @@ for:
|
||||
only:
|
||||
- image: Visual Studio 2017
|
||||
|
||||
init:
|
||||
- ps: Install-Product node 10
|
||||
|
||||
cache:
|
||||
- '%USERPROFILE%\.electron -> appveyor.yml'
|
||||
|
||||
@ -54,10 +59,6 @@ for:
|
||||
only:
|
||||
- image: Ubuntu1804
|
||||
|
||||
init:
|
||||
- sh: sudo apt-get update
|
||||
- sh: sudo apt-get -y install pkg-config libxss-dev libsecret-1-dev rpm
|
||||
|
||||
cache:
|
||||
- '/home/appveyor/.cache/electron -> appveyor.yml'
|
||||
- '/home/appveyor/.cache/electron-builder -> appveyor.yml'
|
||||
|
Loading…
Reference in New Issue
Block a user