Skip to content

Commit

Permalink
ci: generate more debug info
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Suciu <[email protected]>
  • Loading branch information
adisuciu committed Apr 26, 2021
1 parent c7fdefb commit b3bfb62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CI/appveyor/build_appveyor_mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ mkdir /c/$DEBUG_FOLDER
mv /c/$DEST_FOLDER/Scopy.exe.sym /c/$DEBUG_FOLDER
mv /c/$DEST_FOLDER/.debug /c/$DEBUG_FOLDER
/c/cv2pdb/cv2pdb /c/$DEST_FOLDER/Scopy.exe
/c/cv2pdb/cv2pdb /c/$DEST_FOLDER/libm2k.dll
/c/cv2pdb/cv2pdb /c/$DEST_FOLDER/libiio.dll
/c/cv2pdb/cv2pdb /c/$DEST_FOLDER/libgnuradio-m2k.dll
/c/cv2pdb/cv2pdb /c/$DEST_FOLDER/libgnuradio-scopy.dll
cp -R /c/projects/scopy /c/$DEBUG_FOLDER/scopy
mv /c/$DEST_FOLDER/*.pdb /c/$DEBUG_FOLDER

cp -r /c/projects/scopy/drivers /c/$DEST_FOLDER
if [[ $ARCH_BIT == "64" ]]; then
Expand Down

0 comments on commit b3bfb62

Please sign in to comment.