From e2a054054080a9ce5f75cdd40dbfd1a3c8ea9004 Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Tue, 17 Oct 2017 23:45:55 +0300 Subject: [PATCH] Use YAML config for Appveyor settings, rather than their UI. These take precedence over the UI, and I'm not sure the UI is taking effect at the moment. We don't need to build branches which start with 'dev-bundle-' since those dev bundles won't be built yet when the tests are kicked off. --- appveyor.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ae24e9c82f..7ce4f07bb1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,14 @@ version: '{build}' + +branches: + except: + - /^dev-bundle-/ + +skip_branch_with_pr: true + clone_folder: C:\projects\meteor -os: Visual Studio 2015 +image: Visual Studio 2015 + environment: METEOR_PRETTY_OUTPUT: 0 SELF_TEST_TOOL_NODE_FLAGS: " "