mirror of
https://github.com/bitwarden/help
synced 2025-12-12 22:33:16 +00:00
switch to ubuntu builds
This commit is contained in:
26
appveyor.yml
26
appveyor.yml
@@ -1,30 +1,16 @@
|
|||||||
image:
|
image:
|
||||||
- Visual Studio 2017
|
- Ubuntu1804
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- gh-pages
|
- gh-pages
|
||||||
|
|
||||||
init:
|
stack: node 10
|
||||||
- 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
|
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- cmd: node --version
|
- node --version
|
||||||
- cmd: npm --version
|
- npm --version
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: npm install
|
- npm install
|
||||||
- cmd: npm run deploy:ci
|
- 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'))
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user