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:
|
jobs:
|
||||||
build-windows-2022:
|
build-windows-2022:
|
||||||
runs-on: windows-2025
|
runs-on: windows-2022
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
call build meta "${{ matrix.target }}" "${{ matrix.compiler }}" "${{ matrix.mode }}" || exit /b 1
|
call build meta "${{ matrix.target }}" "${{ matrix.compiler }}" "${{ matrix.mode }}" || exit /b 1
|
||||||
|
|
||||||
run-torture:
|
run-torture:
|
||||||
runs-on: windows-2025
|
runs-on: windows-2022
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -68,7 +68,7 @@ jobs:
|
|||||||
call build meta raddbg_non_graphical || exit /b 1
|
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
|
call build asan meta torture radlink radbin mule_main mule_module "${{matrix.mode}}" "${{matrix.compiler}}" || exit /b 1
|
||||||
cd build
|
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
|
- name: upload torture crash dumps
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v7
|
uses: actions/upload-artifact@v7
|
||||||
|
|||||||
Reference in New Issue
Block a user