mirror of
https://github.com/espressif/openthread.git
synced 2026-08-06 02:37:47 +00:00
Package libs in release.zip (#962)
This commit is contained in:
@@ -30,9 +30,9 @@ pushd %APPVEYOR_BUILD_FOLDER%
|
||||
|
||||
REM Make the release directory
|
||||
mkdir release
|
||||
mkdir release\libs
|
||||
mkdir release\symbols
|
||||
mkdir release\symbols\TraceFormat
|
||||
mkdir release\logs
|
||||
|
||||
REM Copy the relavant binaries
|
||||
|
||||
@@ -40,8 +40,10 @@ copy build\bin\%Platform2%\%Configuration%\sys\otlwf\* release
|
||||
copy build\bin\%Platform2%\%Configuration%\sys\otlwf.cer release
|
||||
copy build\bin\%Platform2%\%Configuration%\sys\otlwf.pdb release\symbols
|
||||
copy build\bin\%Platform2%\%Configuration%\dll\otApi.dll release
|
||||
copy build\bin\%Platform2%\%Configuration%\dll\otApi.lib release\libs
|
||||
copy build\bin\%Platform2%\%Configuration%\dll\otApi.pdb release\symbols
|
||||
copy build\bin\%Platform2%\%Configuration%\dll\otNodeApi.dll release
|
||||
copy build\bin\%Platform2%\%Configuration%\dll\otNodeApi.lib release\libs
|
||||
copy build\bin\%Platform2%\%Configuration%\dll\otNodeApi.pdb release\symbols
|
||||
copy build\bin\%Platform2%\%Configuration%\exe\otCli.exe release
|
||||
copy build\bin\%Platform2%\%Configuration%\exe\otCli.pdb release\symbols
|
||||
|
||||
@@ -36,6 +36,7 @@ sc query otlwf
|
||||
|
||||
REM Grab the logs
|
||||
|
||||
mkdir logs
|
||||
logman stop Thread -ets
|
||||
copy %SystemRoot%\System32\LogFiles\WMI\Thread.* logs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user