Skip to content

Commit 52117f3

Browse files
committed
remove unnecessary build targets in appveyor
1 parent 591a7c4 commit 52117f3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

appveyor.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@ version: '{build}'
22
pull_requests:
33
do_not_increment_build_number: true
44
skip_tags: true
5-
image:
6-
- Visual Studio 2017
7-
- Previous Visual Studio 2017
5+
image: Visual Studio 2017
86
configuration:
97
- Release
10-
- Mixed
118
- Debug
129
platform:
1310
- x86
@@ -20,4 +17,4 @@ build:
2017
verbosity: minimal
2118
after_build:
2219
- cmd: xrbuild.cmd
23-
test: off
20+
test: off

0 commit comments

Comments
 (0)