mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
let it bake
This commit is contained in:
15
appveyor.yml
15
appveyor.yml
@@ -24,13 +24,13 @@
|
||||
# https://www.appveyor.com/docs/build-configuration/#custom-environment-variables
|
||||
|
||||
# Uncomment these lines to enable RDP
|
||||
on_finish:
|
||||
- ps: >-
|
||||
if ($env:TARGET_ARCH -eq 'x64') {
|
||||
echo "SETTING BAKE IMAGE"
|
||||
$env:APPVEYOR_RDP_PASSWORD = "electron"
|
||||
$blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||
}
|
||||
#on_finish:
|
||||
# - ps: >-
|
||||
# if ($env:TARGET_ARCH -eq 'x64') {
|
||||
# echo "SETTING BAKE IMAGE"
|
||||
# $env:APPVEYOR_RDP_PASSWORD = "electron"
|
||||
# $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||
# }
|
||||
version: 1.0.{build}
|
||||
build_cloud: electron-16-core2
|
||||
image: base-electron
|
||||
@@ -42,6 +42,7 @@ environment:
|
||||
MOCHA_MULTI_REPORTERS: mocha-appveyor-reporter, tap
|
||||
GOMA_FALLBACK_ON_AUTH_FAILURE: true
|
||||
DEPOT_TOOLS_WIN_TOOLCHAIN: 0
|
||||
PYTHONIOENCODING: UTF-8
|
||||
notifications:
|
||||
- provider: Webhook
|
||||
url: https://electron-mission-control.herokuapp.com/rest/appveyor-hook
|
||||
|
||||
Reference in New Issue
Block a user