Skip to content

Commit

Permalink
Only run AppVeyor on long-lived branches (pythonGH-1941)
Browse files Browse the repository at this point in the history
Also on the short-lived `buildbot-custom` branch.
  • Loading branch information
zware authored Jun 4, 2017
1 parent 48fb766 commit d3bedf3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
version: 3.7.0a0.{build}
clone_depth: 5
branches:
only:
- master
- /\d\.\d/
- buildbot-custom
build_script:
- cmd: PCbuild\build.bat -e
test_script:
Expand Down

0 comments on commit d3bedf3

Please sign in to comment.