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

 

01 Oct, 2024 04:27 PM
26 Sep, 2024 03:49 PM
26 Sep, 2024 09:02 AM
25 Sep, 2024 07:07 PM
24 Sep, 2024 08:39 PM
24 Sep, 2024 06:47 AM