Browse Source

Adjust appveyor.yml

yhirose 5 years ago
parent
commit
a061b97677
1 changed files with 1 additions and 7 deletions
  1. 1 7
      appveyor.yml

+ 1 - 7
appveyor.yml

@@ -2,19 +2,13 @@ image:
   - Visual Studio 2019
   - Visual Studio 2019
 
 
 platform:
 platform:
-  # - Win32
   - x64
   - x64
 
 
-environment:
-  matrix:
-    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
-      TOOLSET: v142
-
 build_script:
 build_script:
   - cmd: >-
   - cmd: >-
       cd test
       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:
 test_script:
   - cmd: x64\Release\test.exe
   - cmd: x64\Release\test.exe