summaryrefslogtreecommitdiffstats
path: root/.github/appveyor.yml
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2017-06-05 00:50:37 (GMT)
committerGitHub <noreply@github.com>2017-06-05 00:50:37 (GMT)
commit47779d720a0fa0eec818065f41b17d0f2d77d3ff (patch)
treeaccfbebbec8681df997ccdefe74da3905e1ac6d2 /.github/appveyor.yml
parent7e6d999b6c22de2594df8bca56aedf60ba4714b0 (diff)
downloadcpython-47779d720a0fa0eec818065f41b17d0f2d77d3ff.zip
cpython-47779d720a0fa0eec818065f41b17d0f2d77d3ff.tar.gz
cpython-47779d720a0fa0eec818065f41b17d0f2d77d3ff.tar.bz2
[3.6] Only run AppVeyor on long-lived branches (GH-1941)
Also on the short-lived `buildbot-custom` branch. (cherry picked from commit d3bedf356aca04ed9135a84b08)
Diffstat (limited to '.github/appveyor.yml')
-rw-r--r--.github/appveyor.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/appveyor.yml b/.github/appveyor.yml
index a870e5b..d8bfb9a 100644
--- a/.github/appveyor.yml
+++ b/.github/appveyor.yml
@@ -1,5 +1,10 @@
version: 3.6.1+.{build}
clone_depth: 5
+branches:
+ only:
+ - master
+ - /\d\.\d/
+ - buildbot-custom
build_script:
- cmd: PCbuild\build.bat -e
test_script: