Update .appveyor.yml for newer ci-tools
Also set the correct notification email address
This commit is contained in:
@ -67,15 +67,15 @@ platform:
|
|||||||
#---------------------------------#
|
#---------------------------------#
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: python .ci/appveyor/do.py prepare
|
- cmd: python .ci/cue.py prepare
|
||||||
- cmd: python .ci/appveyor/do.py build
|
- cmd: python .ci/cue.py build
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- cmd: python .ci/appveyor/do.py test
|
- cmd: python .ci/cue.py test
|
||||||
|
|
||||||
on_finish:
|
on_finish:
|
||||||
- ps: Get-ChildItem *.tap -Recurse -Force | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
- ps: Get-ChildItem *.tap -Recurse -Force | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
||||||
- cmd: python .ci/appveyor/do.py build test-results -s
|
- cmd: python .ci/cue.py build test-results -s
|
||||||
|
|
||||||
#---------------------------------#
|
#---------------------------------#
|
||||||
# debugging #
|
# debugging #
|
||||||
@ -97,7 +97,7 @@ notifications:
|
|||||||
|
|
||||||
- provider: Email
|
- provider: Email
|
||||||
to:
|
to:
|
||||||
- me@example.com
|
- core-talk@aps.anl.gov
|
||||||
on_build_success: false
|
on_build_success: false
|
||||||
|
|
||||||
- provider: GitHubPullRequest
|
- provider: GitHubPullRequest
|
||||||
|
Reference in New Issue
Block a user