Skip to content
Snippets Groups Projects
Commit dd514af1 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Update appveyor to VS2019

parent 1a029112
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
version: 0.7.2-{build} version: 0.7.2-{build}
configuration: Release configuration: Release
image: Visual Studio 2017 image: Visual Studio 2019
platform: x64 platform: x64
environment: environment:
...@@ -22,9 +22,9 @@ build: ...@@ -22,9 +22,9 @@ build:
verbosity: minimal verbosity: minimal
install: install:
- set QT_DIR=C:\Qt\5.13\msvc2017_64 - set QT_DIR=C:\Qt\5.15\msvc2019_64
- set PATH=%PATH%;%QT_DIR%\bin - set PATH=%PATH%;%QT_DIR%\bin
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" - call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
build_script: build_script:
# VERSION format: branch-master/branch-1.2 # VERSION format: branch-master/branch-1.2
...@@ -46,8 +46,8 @@ build_script: ...@@ -46,8 +46,8 @@ build_script:
- echo %DATE% - echo %DATE%
# Build nheko # Build nheko
#- cmake -G "Visual Studio 16 2019" -A x64 -H. -Bbuild #- cmake -G "Visual Studio 15 2017 Win64" -H. -Bbuild
- cmake -G "Visual Studio 15 2017 Win64" -H. -Bbuild - cmake -G "Visual Studio 16 2019" -A x64 -H. -Bbuild
-DHUNTER_ROOT="C:\hunter" -DHUNTER_ROOT="C:\hunter"
-DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF -DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF
-DCMAKE_BUILD_TYPE=Release -DHUNTER_CONFIGURATION_TYPES=Release -DCMAKE_BUILD_TYPE=Release -DHUNTER_CONFIGURATION_TYPES=Release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment