1
0
mirror of synced 2025-04-20 11:47:43 +03:00

Adjust appveyor.yml

This commit is contained in:
yhirose 2020-04-25 18:01:12 -04:00
parent d359e3a5f7
commit a061b97677

View File

@ -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