mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-05 21:15:39 -05:00
17 lines
307 B
YAML
17 lines
307 B
YAML
name: 🏗️ Build
|
|
on: push
|
|
|
|
jobs:
|
|
build:
|
|
name: 🏗️ Build
|
|
uses: acidicoala/SmokeAPI/.github/workflows/kb-build.yml@master
|
|
with:
|
|
#language=json
|
|
module: '[ "SmokeAPI" ] '
|
|
|
|
#language=json
|
|
os: '[ "Windows", "Linux" ]'
|
|
|
|
#language=json
|
|
bitness: '[ 32, 64 ]'
|