Skip to content

Commit

Permalink
remove unnecessary build targets in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 15, 2018
1 parent 591a7c4 commit 52117f3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ version: '{build}'
pull_requests:
do_not_increment_build_number: true
skip_tags: true
image:
- Visual Studio 2017
- Previous Visual Studio 2017
image: Visual Studio 2017
configuration:
- Release
- Mixed
- Debug
platform:
- x86
Expand All @@ -20,4 +17,4 @@ build:
verbosity: minimal
after_build:
- cmd: xrbuild.cmd
test: off
test: off

0 comments on commit 52117f3

Please sign in to comment.