Skip to content

Commit

Permalink
chore: update to VS2017
Browse files Browse the repository at this point in the history
  • Loading branch information
osfans committed Jul 6, 2017
1 parent 890ea71 commit f62af82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pull_requests:
do_not_increment_build_number: true

version: '{branch} build {build}'
image: Visual Studio 2015
image: Visual Studio 2017

init:
- git --version
Expand Down
4 changes: 2 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake . -Bbuild -G"Visual Studio 14 2015"
cmake . -Bbuild -G"Visual Studio 15 2017"
cmake --build build --config Release

cmake . -Bbuild64 -G"Visual Studio 14 2015 Win64"
cmake . -Bbuild64 -G"Visual Studio 15 2017 Win64"
cmake --build build64 --config Release --target PIMETextService

0 comments on commit f62af82

Please sign in to comment.