mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 09:18:09 +00:00
builds
This commit is contained in:
committed by
Ryan Fleury
parent
b23323c03d
commit
a8c167c6ae
@@ -10,7 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-windows-2022:
|
||||
runs-on: windows-2025
|
||||
runs-on: windows-2022
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
call build meta "${{ matrix.target }}" "${{ matrix.compiler }}" "${{ matrix.mode }}" || exit /b 1
|
||||
|
||||
run-torture:
|
||||
runs-on: windows-2025
|
||||
runs-on: windows-2022
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
call build meta raddbg_non_graphical || exit /b 1
|
||||
call build asan meta torture radlink radbin mule_main mule_module "${{matrix.mode}}" "${{matrix.compiler}}" || exit /b 1
|
||||
cd build
|
||||
torture --gen_crash_dump -s:Dbg::* || exit /b 1
|
||||
torture --gen_crash_dump -s:Dbg* || exit /b 1
|
||||
- name: upload torture crash dumps
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v7
|
||||
|
||||
Reference in New Issue
Block a user