1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-19 02:51:14 +02:00

disable win build for testing

This commit is contained in:
Kyle Spearrin 2019-03-12 13:46:06 -04:00
parent fb6decb4b4
commit 193d9d5326

View File

@ -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