Getting multiple branches to build

jaredpparsons's Avatar

jaredpparsons

07 Jun, 2014 07:09 PM

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?

  1. Support Staff 1 Posted by Feodor Fitsner on 07 Jun, 2014 07:46 PM

    Feodor Fitsner's Avatar

    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. 2 Posted by jaredpparsons on 07 Jun, 2014 08:03 PM

    jaredpparsons's Avatar

    Ah that was the problem. Thanks!

  3. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:43 AM.

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

 

09 Jun, 2025 07:11 PM
04 Jun, 2025 04:08 PM
27 May, 2025 05:48 PM
27 May, 2025 06:37 AM
27 May, 2025 06:31 AM
20 May, 2025 02:54 PM