Permalink
Browse files
build: notify MC of failures to allow easy reruns (#17981)
- Loading branch information...
Showing
with
10 additions
and
0 deletions.
-
+10
−0
appveyor.yml
|
|
@@ -35,6 +35,16 @@ environment: |
|
|
|
DISABLE_CRASH_REPORTER_TESTS: true |
|
|
|
ELECTRON_OUT_DIR: Default |
|
|
|
ELECTRON_ENABLE_STACK_DUMPING: 1 |
|
|
|
notifications: |
|
|
|
- provider: Webhook |
|
|
|
url: https://electron-mission-control.herokuapp.com/rest/appveyor-hook |
|
|
|
method: POST |
|
|
|
headers: |
|
|
|
x-mission-control-secret: |
|
|
|
secure: 90BLVPcqhJPG7d24v0q/RRray6W3wDQ8uVQlQjOHaBWkw1i8FoA1lsjr2C/v1dVok+tS2Pi6KxDctPUkwIb4T27u4RhvmcPzQhVpfwVJAG9oNtq+yKN7vzHfg7k/pojEzVdJpQLzeJGcSrZu7VY39Q== |
|
|
|
on_build_success: false |
|
|
|
on_build_failure: true |
|
|
|
on_build_status_changed: false |
|
|
|
build_script: |
|
|
|
- ps: >- |
|
|
|
if(($env:APPVEYOR_PULL_REQUEST_HEAD_REPO_NAME -split "/")[0] -eq ($env:APPVEYOR_REPO_NAME -split "/")[0]) { |
|
|
|
0 comments on commit
d673865