]> granicus.if.org Git - vim/commitdiff
patch 7.4.934 v7.4.934
authorBram Moolenaar <Bram@vim.org>
Sat, 21 Nov 2015 16:15:33 +0000 (17:15 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 21 Nov 2015 16:15:33 +0000 (17:15 +0100)
Problem:    Appveyor also builds on a tag push.
Solution:   Add a skip_tags line. (Kenichi Ito, closes #489)

appveyor.yml
src/version.c

index 3bda489a47b317a5542d09dd3c4e9b9d9ef6789c..4700efc04f5a549978be8da7ea4aa74925cc0221 100644 (file)
@@ -1,5 +1,7 @@
 version: "{build}"
 
+skip_tags: true
+
 before_build:
   - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release'
 
index f43cad884f95a3e7453b4c3e11f3fee72765716a..63465875018790d8ef5a13cc31aaa428d91506d4 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    934,
 /**/
     933,
 /**/