mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 13:28:40 +00:00
make sure github action fails on error
This commit is contained in:
committed by
Ryan Fleury
parent
168f66cc99
commit
fc9449a2d5
@@ -20,9 +20,9 @@ jobs:
|
|||||||
shell: cmd
|
shell: cmd
|
||||||
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
|
call build raddbg msvc debug || exit /b 1
|
||||||
call build raddbg_from_pdb msvc debug
|
call build raddbg_from_pdb msvc debug || exit /b 1
|
||||||
call build raddbg_from_dwarf msvc debug
|
call build raddbg_from_dwarf msvc debug || exit /b 1
|
||||||
call build raddbg clang debug
|
call build raddbg clang debug || exit /b 1
|
||||||
call build raddbg_from_pdb clang debug
|
call build raddbg_from_pdb clang debug || exit /b 1
|
||||||
call build raddbg_from_dwarf clang debug
|
call build raddbg_from_dwarf clang debug || exit /b 1
|
||||||
|
|||||||
Reference in New Issue
Block a user