Skip to content
This repository was archived by the owner on Sep 13, 2025. It is now read-only.

use quick-sharun (#225) #1196

use quick-sharun (#225)

use quick-sharun (#225) #1196

name: Build Application
on:
pull_request:
branches:
- 'master'
paths-ignore:
- '**.md'
- '**/LICENSE'
- '.github/ISSUE_TEMPLATE/**'
- '.markdownlint**'
push:
branches:
- 'master'
paths-ignore:
- '**.md'
- '**/LICENSE'
- '.github/ISSUE_TEMPLATE/**'
- '.markdownlint**'
workflow_dispatch:
jobs:
build_debug:
name: Build Debug
uses: ./.github/workflows/build.yml
with:
build_type: RelWithDebInfo
devel: true