Getting multiple branches to build
I'm having problems getting appveyor to build + test multiple branches in my project. I've read the instructions a few times and still can't seem to get it working. Probably just missing something easy that needs to be pointed out to me.
I updated my appveyor.yml file to contain a reference to both branches I want to build (full file available here). The relevant contents are
# Branchs to build
branches:
only:
- master
- fixes-settings
Yet my builds are still only building the master branch.
https://ci.appveyor.com/project/jaredpar/vsvim
Can someone point out what I am doing wrong here?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 07 Jun, 2014 07:46 PM
When appveyor does branch build it reads appveyor.yml from that branch. Make sure that appveyor.yml in "fixes-settings" branch has the same list of branches.
- Feodor
2 Posted by jaredpparsons on 07 Jun, 2014 08:03 PM
Ah that was the problem. Thanks!
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:43 AM.