Skip to content

Commit 42ba197

Browse files
committed
Enalbed building of branch feature-issue58 on appveyor.
1 parent fbb5e9e commit 42ba197

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ version: "{branch} (#{build})"
1717
branches:
1818
only:
1919
- master
20+
- feature-issue58
2021

2122
# Do not build on tags (GitHub and BitBucket)
2223
skip_tags: true
@@ -50,7 +51,7 @@ environment:
5051

5152
# build platform, i.e. x86, x64, Any CPU. This setting is optional.
5253
platform:
53-
- Win32
54+
# - Win32
5455
- x64
5556

5657
# build Configuration, i.e. Debug, Release, etc.

0 commit comments

Comments
 (0)