Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2015-01-08 18:50:47 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-01-08 18:50:47 +0300
commitab77341c6fc4b3321875222c41e9536a740de7e0 (patch)
treef6955d92f86935f1936b83740e29c8a3ac8c47c9 /appveyor.yml
parent16b2539bab67dcb37b6523d33a670e0d33ff79ab (diff)
Only build the master branch on AppVeyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 58c9a3a60b5..4a2d14354b5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -89,6 +89,13 @@ build_script:
test: off
#
+# Only build the master branch
+#
+branches:
+ only:
+ - master
+
+#
# NOTE: Currently this is the Mono installation tree. In future we will create an installation package artifact.
# It has to be relative to the project path. Thus we have installed to within the build tree.
#