Sync KoalaBox

This commit is contained in:
acidicoala
2025-10-05 23:38:23 +05:00
parent bdbd1ff540
commit 73fab4020d
6 changed files with 7 additions and 136 deletions

19
.github/workflows/matrix-build.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: Matrix Build
on:
workflow_call:
jobs:
build:
strategy:
fail-fast: false
matrix:
module: [ SmokeAPI ]
os: [ Linux, Windows ]
bitness: [ 32, 64 ]
uses: acidicoala/KoalaBox/.github/workflows/build-cmake.yml@master
with:
module: ${{ matrix.module }}
os: ${{ matrix.os }}
bitness: ${{ matrix.bitness }}