Skip to content

Commit

Permalink
appveyor: also build "/ci" branches like travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed May 13, 2019
1 parent 93c4de6 commit c9c5304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,4 @@ test_script:
branches:
only:
- master
- /\/ci$/

3 comments on commit c9c5304

@MarcelRaad
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One of these commits broke the HTTP-only AppVeyor build:
https://ci.appveyor.com/project/curlorg/curl/builds/24494058/job/6su7vi1fapqqo5cm#L8482

@bagder
Copy link
Member Author

@bagder bagder commented on c9c5304 May 14, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Argh, I didn't notice. Thanks for highlighting this. I should get it fixed in my bagder/ci branch soon.

@MarcelRaad
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it doesn't help that AppVeyor is incredibly slow the last couple of days.

Please sign in to comment.