Skip to content

Commit

Permalink
AppVeyor: switch to VS 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
slavanap committed Jan 15, 2020
1 parent 236d403 commit c1ac292
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
url = https://github.com/slavanap/JM.git
[submodule "thirdparty/libudfread"]
path = thirdparty/libudfread
url = git://git.videolan.org/libudfread.git
url = https://code.videolan.org/videolan/libudfread.git
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 5.0.5.{build}
image: Visual Studio 2017
image: Visual Studio 2019

configuration: Release
platform: Win32
Expand All @@ -8,7 +8,7 @@ install:
- git submodule update --init --recursive

before_build:
- cmake -G "Visual Studio 15" -DAPP_VERSION="%APPVEYOR_BUILD_VERSION%" .
- cmake -G "Visual Studio 16" -A %PLATFORM% -DAPP_VERSION="%APPVEYOR_BUILD_VERSION%" .

build_script:
- cmake --build . --target PACKAGE --config "%CONFIGURATION%" -- /nologo /verbosity:minimal
Expand Down
2 changes: 1 addition & 1 deletion configure.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@mkdir __build
@cd __build
cmake -G "Visual Studio 15" ../
cmake -G "Visual Studio 16" -A Win32 ../
@cd ..
@pause

0 comments on commit c1ac292

Please sign in to comment.