From 3c1e223dc7f5a0277e4bd0de359a8826eacd2e91 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Tue, 28 Apr 2020 15:29:55 +0200 Subject: [PATCH] appveyor: don't build for changes in .travis.yml --- .appveyor.yml | 6 +++--- appveyor/.appveyor.yml.example-full | 3 ++- appveyor/.appveyor.yml.example-mini | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 4bfc45c..c1e05ae 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -42,7 +42,7 @@ skip_commits: - 'templates/*' - '**/*.html' - '**/*.md' - + - '.travis.yml' #---------------------------------# # build matrix configuration # @@ -65,12 +65,12 @@ environment: matrix: - CMP: vs2019 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 SET: test00 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 - CMP: mingw - CMP: vs2019 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 VV: 0 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 - CMP: vs2019 BASE: 3.15 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 diff --git a/appveyor/.appveyor.yml.example-full b/appveyor/.appveyor.yml.example-full index d7f4972..18fc911 100644 --- a/appveyor/.appveyor.yml.example-full +++ b/appveyor/.appveyor.yml.example-full @@ -39,6 +39,7 @@ skip_commits: - 'templates/*' - '**/*.html' - '**/*.md' + - '.travis.yml' #---------------------------------# # build matrix configuration # @@ -62,8 +63,8 @@ environment: matrix: - CMP: vs2019 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 SET: test00 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 - CMP: mingw - CMP: vs2019 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 diff --git a/appveyor/.appveyor.yml.example-mini b/appveyor/.appveyor.yml.example-mini index 1293751..024c84a 100644 --- a/appveyor/.appveyor.yml.example-mini +++ b/appveyor/.appveyor.yml.example-mini @@ -17,6 +17,7 @@ skip_commits: - 'templates/*' - '**/*.html' - '**/*.md' + - '.travis.yml' # Build Configurations: dll/static, regular/debug configuration: