1
0
mirror of https://github.com/bitwarden/help synced 2025-12-10 13:23:16 +00:00

switch to ubuntu builds

This commit is contained in:
Kyle Spearrin
2019-03-22 09:49:00 -04:00
parent b95ce4cd9d
commit 89bd8cff45

View File

@@ -1,30 +1,16 @@
image:
- Visual Studio 2017
- Ubuntu1804
branches:
except:
- gh-pages
init:
- ps: |
if($isWindows -and $env:DEBUG_RDP -eq "true") {
iex ((new-object net.webclient).DownloadString(`
'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
}
- ps: Install-Product node 10
stack: node 10
before_build:
- cmd: node --version
- cmd: npm --version
- node --version
- npm --version
build_script:
- cmd: npm install
- cmd: npm run deploy:ci
on_finish:
- ps: |
if($isWindows -and $env:DEBUG_RDP -eq "true") {
$blockRdp = $true
iex ((new-object net.webclient).DownloadString(`
'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
}
- npm install
- npm run deploy:ci