From a709854f0df861e1ccaa995856a3f612c28d784f Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 5 Jan 2021 22:08:54 -0600 Subject: [PATCH] Update .appveyor.yml for newer ci-tools Also set the correct notification email address --- .appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index a197679..5afbeea 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -67,15 +67,15 @@ platform: #---------------------------------# build_script: - - cmd: python .ci/appveyor/do.py prepare - - cmd: python .ci/appveyor/do.py build + - cmd: python .ci/cue.py prepare + - cmd: python .ci/cue.py build test_script: - - cmd: python .ci/appveyor/do.py test + - cmd: python .ci/cue.py test on_finish: - 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 # @@ -97,7 +97,7 @@ notifications: - provider: Email to: - - me@example.com + - core-talk@aps.anl.gov on_build_success: false - provider: GitHubPullRequest