Skip to content

Commit 7487792

Browse files
committed
patch 7.4.934
Problem: Appveyor also builds on a tag push. Solution: Add a skip_tags line. (Kenichi Ito, closes #489)
1 parent e4eda3b commit 7487792

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
version: "{build}"
22

3+
skip_tags: true
4+
35
before_build:
46
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release'
57

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
934,
744746
/**/
745747
933,
746748
/**/

0 commit comments

Comments
 (0)