Skip to content

Commit 988745c

Browse files
authored
Update appveyor.yml to pick up #1388
This will make the branch build on appveyor.
1 parent 4a188f6 commit 988745c

1 file changed

Lines changed: 21 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-
22
version: 1.0.{build}
33
branches:
4-
only:
5-
- master
4+
except:
5+
- v1.1.x
66
- v1.2.x
77
skip_tags: true
88
image: Visual Studio 2015
@@ -45,6 +45,25 @@
4545
- path: NTVS_Out
4646
name: NtvsOut
4747
type: zip
48+
-
49+
version: 1.0.{build}
50+
branches:
51+
only:
52+
- v1.2.x
53+
skip_tags: true
54+
image: Visual Studio 2015
55+
environment:
56+
matrix:
57+
- nodejs_version: 4
58+
vs_version: 14.0
59+
architecture: x64
60+
- nodejs_version: 5
61+
vs_version: 14.0
62+
architecture: x86
63+
install: *default_install_script
64+
build_script: *default_build_script
65+
test_script: *default_test_script
66+
artifacts: *default_artifacts
4867
-
4968
version: 1.0.{build}
5069
branches:

0 commit comments

Comments
 (0)