Skip to content

Commit 0cd4f2f

Browse files
authored
Merge pull request #2000 from sappo/master
Problem: Appveyor does not include czmq's dll in artifacts
2 parents f71df4a + 1dc4f56 commit 0cd4f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ build:
6868
after_build:
6969
- cmd: cd "%CZMQ_BUILDDIR%\%Configuration%"
7070
- cmd: copy "%LIBZMQ_BUILDDIR%\bin\%Configuration%\libzmq-*dll" .
71-
- cmd: 7z a -y -bd -mx=9 czmq.zip zmakecert.exe czmq_selftest.exe czmq.dll libzmq-*.dll test_randof.exe
71+
- cmd: 7z a -y -bd -mx=9 czmq.zip zmakecert.exe czmq_selftest.exe libczmq.dll libzmq-*.dll test_randof.exe
7272
- ps: Push-AppveyorArtifact "czmq.zip" -Filename "czmq-${env:Platform}-${env:Configuration}.zip"
7373
- cmd: cd "%CZMQ_BUILDDIR%"
7474
- cmd: ctest -C "%Configuration%" -V

0 commit comments

Comments
 (0)