mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-07 14:28:40 +00:00
update github workflows to new debug info naming
This commit is contained in:
@@ -21,8 +21,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
|
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
|
||||||
call build raddbg msvc debug || exit /b 1
|
call build raddbg msvc debug || exit /b 1
|
||||||
call build raddbg_from_pdb msvc debug || exit /b 1
|
call build raddbgi_from_pdb msvc debug || exit /b 1
|
||||||
call build raddbg_from_dwarf msvc debug || exit /b 1
|
call build raddbgi_from_dwarf msvc debug || exit /b 1
|
||||||
|
call build raddbgi_dump msvc debug || exit /b 1
|
||||||
call build raddbg clang debug || exit /b 1
|
call build raddbg clang debug || exit /b 1
|
||||||
call build raddbg_from_pdb clang debug || exit /b 1
|
call build raddbgi_from_pdb clang debug || exit /b 1
|
||||||
call build raddbg_from_dwarf clang debug || exit /b 1
|
call build raddbgi_from_dwarf clang debug || exit /b 1
|
||||||
|
call build raddbgi_dump clang debug || exit /b 1
|
||||||
|
|||||||
Reference in New Issue
Block a user