Update .appveyor.yml for newer ci-tools

Also set the correct notification email address
This commit is contained in:
Andrew Johnson
2021-01-05 22:08:54 -06:00
parent 527afaf856
commit a709854f0d

View File

@ -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