Skip to content

Commit

Permalink
Appveyor configuration tweaks
Browse files Browse the repository at this point in the history
- Re-order variables and jobs for Appveyor "Job name" display.
- Enable emails to core-talk on build failures.
  • Loading branch information
anjohnson committed Sep 17, 2021
1 parent 0929d66 commit 75e3d9e
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .appveyor.yml
Expand Up @@ -31,24 +31,24 @@ configuration:
- dynamic-debug
- static-debug

# Default OS Image
image: Visual Studio 2019

# Environment variables: compiler toolchain, base version, setup file, ...
environment:
# common / default variables for all jobs
SETUP_PATH: .ci-local:.ci

matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- BASE: 3.15
CMP: vs2019
BASE: 3.15
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- BASE: 7.0
CMP: vs2019
BASE: 7.0
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CMP: vs2017
BASE: 7.0
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- BASE: 7.0
CMP: gcc
BASE: 7.0
- BASE: 7.0
CMP: vs2017
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017

# Platform: processor architecture
platform:
Expand Down Expand Up @@ -94,4 +94,8 @@ on_failure:
#---------------------------------#

notifications:
- provider: Email
to:
- core-talk@aps.anl.gov
on_build_success: false
- provider: GitHubPullRequest

0 comments on commit 75e3d9e

Please sign in to comment.