We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f71df4a + 1dc4f56 commit 0cd4f2fCopy full SHA for 0cd4f2f
appveyor.yml
@@ -68,7 +68,7 @@ build:
68
after_build:
69
- cmd: cd "%CZMQ_BUILDDIR%\%Configuration%"
70
- 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
+ - cmd: 7z a -y -bd -mx=9 czmq.zip zmakecert.exe czmq_selftest.exe libczmq.dll libzmq-*.dll test_randof.exe
72
- ps: Push-AppveyorArtifact "czmq.zip" -Filename "czmq-${env:Platform}-${env:Configuration}.zip"
73
- cmd: cd "%CZMQ_BUILDDIR%"
74
- cmd: ctest -C "%Configuration%" -V
0 commit comments