From 5fd646ee1debfbce6cd68b136c97cb9cc3d51a17 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Tue, 26 Jul 2022 23:25:42 -0400 Subject: [PATCH] use compatible qt version --- .appveyor.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index dedfb4c..94140cc 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -5,21 +5,21 @@ skip_branch_with_pr: false environment: matrix: - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 arch: x64 - platform: x64 - qtbin: msvc2019_64 - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 + platform: " Win64" + qtbin: msvc2017_64 + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 arch: x86 - platform: Win32 - qtbin: msvc2019 + platform: "" + qtbin: msvc2017 before_build: - git submodule update --init - cd C:\ - mkdir %arch% - cd %arch% - - cmake -G "Visual Studio 16 2019" -A "%platform%" -DQt5_DIR="C:\Qt\5.15\%qtbin%\lib\cmake\Qt5" -DCMAKE_BUILD_TYPE="RelWithDebInfo" -DVERSION="" ../Textractor + - cmake -G "Visual Studio 15 2017%cmakearch%" -DQt5_DIR="C:\Qt\5.13.2\%qtbin%\lib\cmake\Qt5" -DCMAKE_BUILD_TYPE="RelWithDebInfo" -DVERSION="" ../Textractor build: project: C:\%arch%\Textractor.sln