From a061b97677bcf347ae2edac3877b0e5c3f349de4 Mon Sep 17 00:00:00 2001 From: yhirose Date: Sat, 25 Apr 2020 18:01:12 -0400 Subject: [PATCH] Adjust appveyor.yml --- appveyor.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 3593f09..e107075 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,19 +2,13 @@ image: - Visual Studio 2019 platform: - # - Win32 - x64 -environment: - matrix: - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 - TOOLSET: v142 - build_script: - cmd: >- cd test - msbuild.exe test.sln /verbosity:minimal /t:Build /p:Configuration=Release;Platform=%PLATFORM%;PlatformToolset=%TOOLSET% + msbuild.exe test.sln /verbosity:minimal /t:Build /p:Configuration=Release;Platform=%PLATFORM% test_script: - cmd: x64\Release\test.exe