Skip to content

Commit

Permalink
Problem: DLL are copied from wrong location
Browse files Browse the repository at this point in the history
Solution: Copy them from install prefix to hit two birds with one stone.
Also include the remaining binaries.
  • Loading branch information
sappo committed Mar 10, 2020
1 parent 515e01e commit bc7d581
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@ build_script:
after_build:
- cmd: cd "%ZYRE_BUILDDIR%\%Configuration%"
- cmd: copy "%LIBZMQ_BUILDDIR%\bin\%Configuration%\*dll" .
- cmd: copy "%CZMQ_BUILDDIR%\bin\%Configuration%\*dll" .
- cmd: 7z a -y -bd -mx=9 zyre.zip zyre_selftest.exe *.dll
- cmd: copy "%INSTALL_PREFIX%\bin\*.dll" .
- cmd: 7z a -y -bd -mx=9 zyre.zip zyre_selftest.exe perf_local.exe perf_remote.exe zpinger.exe ztester_beacon.exe ztester_gossip.exe libzmq*.dll libczmq*.dll libzyre*.dll
- ps: Push-AppveyorArtifact "zyre.zip" -Filename "zyre-${env:Platform}-${env:Configuration}.zip"

test:
Expand Down

0 comments on commit bc7d581

Please sign in to comment.