yhirose 5 лет назад
Родитель
Сommit
a061b97677
1 измененных файлов с 1 добавлено и 7 удалено
  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