Skip to content

Commit 1f0bd84

Browse files
committed
Fix settings for AppVeyor.
1 parent e982d59 commit 1f0bd84

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

AppVeyor.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ branches:
55
skip_tags: true
66
clone_folder: C:\Cube\7z
77
image: Visual Studio 2017
8-
platform: x64
8+
platform:
9+
- Win32
10+
- x64
911
configuration: Release
1012
build:
1113
parallel: true
1214
project: CubeIce7z.sln
1315
publish_nuget: true
14-
verbosity: normal
16+
verbosity: minimal
1517
after_build:
16-
- copy /Y Release\x64\7z.dll 7z.dll
17-
- copy /Y Release\x64\7z.sfx 7z.sfx
18+
- copy /Y Release\%PLATFORM%\7z.dll 7z.dll
19+
- copy /Y Release\%PLATFORM%\7z.sfx 7z.sfx
20+
- 7z a 7z-%PLATFORM%.zip 7z.dll 7z.sfx
1821
artifacts:
19-
- path: 7z.dll
20-
type: file
21-
- path: 7z.sfx
22-
type: file
22+
- path: 7z-%PLATFORM%.zip

0 commit comments

Comments
 (0)