Skip to content

Commit

Permalink
another try to fix dump_syms.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-os committed Apr 22, 2020
1 parent 3c2bf50 commit c1e7364
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build/appveyor/after_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SET MUSESCORE_VERSION=%MUSESCORE_VERSION_FULL%.%APPVEYOR_BUILD_NUMBER%

SET DEBUG_SYMS_FILE=musescore_win%TARGET_PROCESSOR_BITS%.sym
REM Add one of the directories containing msdia140.dll (x86 version), for dump_syms.exe
SET PATH=%PATH%;C:\Program Files\dotnet\sdk\3.1.200\TestHost\x86
SET PATH=%PATH%;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\DIA SDK\bin
@echo on
C:\MuseScore\breakpad_tools\dump_syms.exe %APPVEYOR_BUILD_FOLDER%\msvc.build_%PLATFORM%\main\RelWithDebInfo\MuseScore3.pdb > %DEBUG_SYMS_FILE%
@echo off
Expand Down
2 changes: 0 additions & 2 deletions build/appveyor/before_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ CD breakpad_tools
SET TOOLS_ARCHIVE=dump_syms.7z
IF NOT EXIST %TOOLS_ARCHIVE% ( START " " /wait "C:\cygwin64\bin\wget.exe" --no-check-certificate "https://s3.amazonaws.com/utils.musescore.org/dump_syms.7z" -O %TOOLS_ARCHIVE% )
START " " /wait "7z" x -y %TOOLS_ARCHIVE% > nul
::Register msdia140.dll contained in the dump_syms.7z archive (required to run dump_syms.exe)
regsvr32 /s msdia140.dll
CD C:\MuseScore

:: is MuseScore stable? Check here, no grep in PATH later on
Expand Down

0 comments on commit c1e7364

Please sign in to comment.