From cc4430e826a950d4d8c7fb8cc9d0b4326b912317 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Mon, 15 Apr 2024 16:14:31 +0900 Subject: [PATCH] appveyor: Try to disable for building on AppVeyor Signed-off-by: Hiroshi Hatake --- appveyor.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index bdf29ece94a..db27e56dddf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,6 +16,14 @@ platform: - Win32 - x64 +# branches to build +branches: + only: + - nonexistent + +# Do not build feature branch with open Pull Requests +skip_branch_with_pr: true + environment: vspath: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community' winflexbison: https://github.com/lexxmark/winflexbison/releases/download/v2.5.22/win_flex_bison-2.5.22.zip