mirror of
https://github.com/dense-analysis/ale.git
synced 2026-08-12 19:06:53 +08:00
Limit the branches for branch builds for AppVeyor
This commit is contained in:
@@ -5,6 +5,11 @@ clone_depth: 10
|
|||||||
# Use the directory C:\testplugin so test directories will mostly work.
|
# Use the directory C:\testplugin so test directories will mostly work.
|
||||||
clone_folder: C:\testplugin
|
clone_folder: C:\testplugin
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- /v\d+\.\d+\.(x|\d+)/
|
||||||
|
|
||||||
# Cache the vim and vader directories between builds.
|
# Cache the vim and vader directories between builds.
|
||||||
cache:
|
cache:
|
||||||
- C:\vim -> .appveyor.yml
|
- C:\vim -> .appveyor.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user