mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-28 17:27:50 +01:00
linux artifacts and caching
This commit is contained in:
parent
67fd7ab63f
commit
0a84689695
13
appveyor.yml
13
appveyor.yml
@ -6,9 +6,6 @@ branches:
|
|||||||
except:
|
except:
|
||||||
- l10n_master
|
- l10n_master
|
||||||
|
|
||||||
services:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
stack: node 10
|
stack: node 10
|
||||||
|
|
||||||
init:
|
init:
|
||||||
@ -36,6 +33,11 @@ build_script:
|
|||||||
- ps: |
|
- ps: |
|
||||||
if($isLinux) {
|
if($isLinux) {
|
||||||
npm run dist:lin
|
npm run dist:lin
|
||||||
|
Push-AppveyorArtifact ./dist/Bitwarden-$env:package_version-x86_64.AppImage
|
||||||
|
Push-AppveyorArtifact ./dist/bitwarden_$env:package_version_amd64.snap
|
||||||
|
Push-AppveyorArtifact ./dist/Bitwarden-$env:package_version-amd64.deb
|
||||||
|
Push-AppveyorArtifact ./dist/Bitwarden-$env:package_version-x64.freebsd
|
||||||
|
Push-AppveyorArtifact ./dist/dist/Bitwarden-$env:package_version-x86_64.rpm
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
npm run dist:win:ci
|
npm run dist:win:ci
|
||||||
@ -44,3 +46,8 @@ build_script:
|
|||||||
Push-AppveyorArtifact .\dist\Bitwarden-$env:package_version-x64.appx
|
Push-AppveyorArtifact .\dist\Bitwarden-$env:package_version-x64.appx
|
||||||
Push-AppveyorArtifact .\dist\Bitwarden-$env:package_version-ia32.appx
|
Push-AppveyorArtifact .\dist\Bitwarden-$env:package_version-ia32.appx
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cache:
|
||||||
|
- '~/.cache/electron -> appveyor.yml'
|
||||||
|
- '~/.cache/electron-builder -> appveyor.yml'
|
||||||
|
- '%USERPROFILE%\.electron -> appveyor.yml'
|
||||||
|
Loading…
Reference in New Issue
Block a user