mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
disable win build for testing
This commit is contained in:
parent
fb6decb4b4
commit
193d9d5326
@ -1,5 +1,5 @@
|
|||||||
image:
|
image:
|
||||||
- Visual Studio 2017
|
#- Visual Studio 2017
|
||||||
- Ubuntu1804
|
- Ubuntu1804
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
@ -32,13 +32,12 @@ before_build:
|
|||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- npm install
|
- npm install
|
||||||
- sh: npm run dist:lin
|
|
||||||
- ps: npm run dist:win:ci
|
|
||||||
- ps: |
|
- ps: |
|
||||||
if($isLinux) {
|
if($isLinux) {
|
||||||
|
npm run dist:lin
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
npm run dist:win:ci
|
||||||
Push-AppveyorArtifact .\dist\Bitwarden-Portable-$env:package_version.exe
|
Push-AppveyorArtifact .\dist\Bitwarden-Portable-$env:package_version.exe
|
||||||
Push-AppveyorArtifact .\dist\nsis-web\Bitwarden-Installer-$env:package_version.exe
|
Push-AppveyorArtifact .\dist\nsis-web\Bitwarden-Installer-$env:package_version.exe
|
||||||
Push-AppveyorArtifact .\dist\Bitwarden-$env:package_version-x64.appx
|
Push-AppveyorArtifact .\dist\Bitwarden-$env:package_version-x64.appx
|
||||||
|
Loading…
Reference in New Issue
Block a user