Whitelist the vulkan branch for Appveyor builds

This commit is contained in:
Justin Moore 2016-06-04 12:30:50 -05:00
parent 720f8b0dc2
commit 87ffc6c966
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#---------------------------------# #---------------------------------#
# version format # version format
version: 1.0.{build} # You can use {branch} too, for example version: 1.0.{build}-{branch}
# you can use {branch} name in version format too # you can use {branch} name in version format too
# version: 1.0.{build}-{branch} # version: 1.0.{build}-{branch}
@ -13,6 +13,7 @@ branches:
# whitelist # whitelist
only: only:
- master - master
- vulkan
# blacklist # blacklist
except: except: