mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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.
This commit is contained in:
committed by
Ben Newman
parent
50276f2a82
commit
e2a0540540
10
appveyor.yml
10
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: " "
|
||||
|
||||
Reference in New Issue
Block a user