Skip to content

Commit

Permalink
patch 7.4.934
Browse files Browse the repository at this point in the history
Problem:    Appveyor also builds on a tag push.
Solution:   Add a skip_tags line. (Kenichi Ito, closes #489)
  • Loading branch information
brammool committed Nov 21, 2015
1 parent e4eda3b commit 7487792
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
@@ -1,5 +1,7 @@
version: "{build}"

skip_tags: true

before_build:
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release'

Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -741,6 +741,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
934,
/**/
933,
/**/
Expand Down

0 comments on commit 7487792

Please sign in to comment.