2022-02-12 03:39:36 +00:00
|
|
|
name: Build Application
|
|
|
|
|
|
|
|
on:
|
2022-02-21 15:26:05 +00:00
|
|
|
push:
|
|
|
|
branches-ignore:
|
|
|
|
- 'stable'
|
|
|
|
pull_request:
|
|
|
|
workflow_dispatch:
|
2022-02-12 03:39:36 +00:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
|
|
|
|
build_debug:
|
|
|
|
name: Build Debug
|
|
|
|
uses: ./.github/workflows/build.yml
|
|
|
|
with:
|
|
|
|
build_type: Debug
|
|
|
|
|
|
|
|
build_release:
|
|
|
|
name: Build Release
|
|
|
|
uses: ./.github/workflows/build.yml
|
|
|
|
with:
|
|
|
|
build_type: Release
|