Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Only run AppVeyor on long-lived branches
Also on the short-lived `buildbot-custom` branch.
  • Loading branch information
zware authored Jun 4, 2017
commit 56554507b0d7ed967da6fd4251eeac3a6cb71f67
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