From 8ccc85a8f211d7c30cfeb0a0f3c0dea26d1958d0 Mon Sep 17 00:00:00 2001 From: zilmar Date: Tue, 21 Apr 2020 14:47:52 +0930 Subject: [PATCH] Glide64NUI-wtl: try to update appveyor.yml to deal with qt and wtl versions --- appveyor.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c848d626..7852179b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,10 +29,14 @@ build_script: - cd %APPVEYOR_BUILD_FOLDER% - set QTDIR=%QTDIR_x64%\%QT_BUILD_x64% - msbuild projects/msvc/GLideNUI.vcxproj /m /p:Configuration=Release;Platform=x64 - - msbuild projects/msvc/GLideN64.sln /m /p:Configuration=Release;Platform=x64 + - msbuild projects/msvc/GLideN64.sln /m /p:Configuration=Release_qt;Platform=x64 - set QTDIR=%QTDIR_x86%\%QT_BUILD_x86% - msbuild projects/msvc/GLideNUI.vcxproj /m /p:Configuration=Release;Platform=Win32 - - msbuild projects/msvc/GLideN64.sln /m /p:Configuration=Release;Platform=Win32 + - msbuild projects/msvc/GLideN64.sln /m /p:Configuration=Release_qt;Platform=Win32 + - msbuild projects/msvc/GLideNUI-wtl.vcxproj /m /p:Configuration=Release;Platform=x64 + - msbuild projects/msvc/GLideN64.sln /m /p:Configuration=Release_wtl;Platform=x64 + - msbuild projects/msvc/GLideNUI-wtl.vcxproj /m /p:Configuration=Release;Platform=Win32 + - msbuild projects/msvc/GLideN64.sln /m /p:Configuration=Release_wtl;Platform=Win32 - msbuild projects/msvc/GLideN64.sln /m /p:Configuration=Release_mupenplus;Platform=x64 - msbuild projects/msvc/GLideN64.sln /m /p:Configuration=Release_mupenplus;Platform=Win32