Skip to content

Commit 66a623d

Browse files
macintoshplusalanxz
authored andcommitted
Provide downloadable DLLs from appveyor
Exposes DLLs generated by the build in appveyor to be downloaded.
1 parent 257d291 commit 66a623d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

appveyor.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ environment:
1010
BITS: 64
1111
- GENERATOR: Visual Studio 12
1212
BITS: 32
13+
configuration:
14+
- Debug
15+
- Release
1316

1417
cache:
1518
- c:\deps -> appveyor.yml
@@ -32,3 +35,8 @@ before_build:
3235
build:
3336
project: ALL_BUILD.vcxproj
3437
verbosity: normal
38+
39+
artifacts:
40+
- path: librabbitmq\%CONFIGURATION%
41+
name: LibRabbit-%BITS%-%OPENSSL_VER%-%CONFIGURATION%.zip
42+
type: zip

0 commit comments

Comments
 (0)