update appveyor.yml

This commit is contained in:
Nomango 2019-08-21 00:06:57 +08:00
parent b2a7d89d61
commit 79fa3d8048
1 changed files with 12 additions and 7 deletions

View File

@ -23,13 +23,6 @@ environment:
flag_to_deploy: false flag_to_deploy: false
appveyor_api_token: appveyor_api_token:
secure: UJFCbRNHMOqQg3e3Kv/ZnaIqqwXAt+5HDldetaZsZ5E= secure: UJFCbRNHMOqQg3e3Kv/ZnaIqqwXAt+5HDldetaZsZ5E=
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
VS_PLATFORM_TOOLSET: v142
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
VS_PLATFORM_TOOLSET: v141
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
VS_PLATFORM_TOOLSET: v140
matrix: matrix:
fast_finish: true # set this flag to immediately finish build once one of the jobs fails fast_finish: true # set this flag to immediately finish build once one of the jobs fails
@ -48,6 +41,18 @@ only_commits:
- appveyor.yml - appveyor.yml
for: for:
-
branches:
only:
- master
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
VS_PLATFORM_TOOLSET: v142
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
VS_PLATFORM_TOOLSET: v141
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
VS_PLATFORM_TOOLSET: v140
- -
branches: branches:
except: except: