mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 00:46:05 +01:00
Problem: artifacts published on appveyor are missing pdb files
Solution: add them
This commit is contained in:
parent
36a16ec7d1
commit
ae1bc03e9e
@ -183,7 +183,7 @@ after_build:
|
||||
# -Dsonar.cxx.compiler.regex=^(?<filename>.*)\\((?<line>[0-9]+)\\):\\x20warning\\x20(?<id>C\\d\\d\\d\\d):(?<message>.*)$
|
||||
- cmd: cd %LIBZMQ_BUILDDIR%\bin\%Configuration%"
|
||||
- cmd: if "%WITH_LIBSODIUM%"=="ON" copy "%SODIUM_LIBRARY_DIR%\libsodium.dll" .
|
||||
- cmd: 7z a -y -bd -mx=9 libzmq.zip *.exe *.dll
|
||||
- cmd: 7z a -y -bd -mx=9 libzmq.zip *.exe *.dll *.pdb
|
||||
- ps: Push-AppveyorArtifact "libzmq.zip" -Filename "libzmq-${env:Platform}-${env:Configuration}.zip"
|
||||
|
||||
test_script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user