Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
updated to vs2017
  • Loading branch information
ThunderCls authored Sep 20, 2019
1 parent 154ed65 commit 7b65dcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.5.{build}
skip_tags: true
skip_branch_with_pr: true
image: Visual Studio 2013
image: Visual Studio 2017
configuration: Release
platform:
- x86
Expand All @@ -12,6 +12,7 @@ only_commits:
- '**/*.h'
- '**/*.cpp'
- '**/*.rc'
- '**/*.vcxproj'
build_script:
- cmd: >-
msbuild.exe xAnalyzer.sln /verbosity:minimal /t:Build /p:Configuration=Release;Platform=Win32
Expand Down

0 comments on commit 7b65dcd

Please sign in to comment.