mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-24 21:42:53 -05:00
Sync KoalaBox
This commit is contained in:
19
.github/workflows/matrix-build.yml
vendored
Normal file
19
.github/workflows/matrix-build.yml
vendored
Normal 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 }}
|
||||
Reference in New Issue
Block a user