Skip to content

Commit a061b97

Browse files
committed
Adjust appveyor.yml
1 parent d359e3a commit a061b97

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

appveyor.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,13 @@ image:
22
- Visual Studio 2019
33

44
platform:
5-
# - Win32
65
- x64
76

8-
environment:
9-
matrix:
10-
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
11-
TOOLSET: v142
12-
137
build_script:
148
- cmd: >-
159
cd test
1610
17-
msbuild.exe test.sln /verbosity:minimal /t:Build /p:Configuration=Release;Platform=%PLATFORM%;PlatformToolset=%TOOLSET%
11+
msbuild.exe test.sln /verbosity:minimal /t:Build /p:Configuration=Release;Platform=%PLATFORM%
1812
1913
test_script:
2014
- cmd: x64\Release\test.exe

0 commit comments

Comments
 (0)