Skip to content

Fix SonarQube issues #3

Fix SonarQube issues

Fix SonarQube issues #3

Workflow file for this run

name: Build binaries
on:
workflow_dispatch:
push:
paths:
- 'cpp/**'
- '.github/workflows/cross_compile.yml'
pull_request:
paths:
- 'cpp/**'
- '.github/workflows/cross_compile.yml'
types:
- assigned
- opened
- synchronize
- reopened
branches:
- 'develop'
- 'main'
jobs:
fullspec:
uses: uweseimet/scsi2pi/.github/workflows/cross_compile.yml@main
with:
connect-type: "FULLSPEC"
standard:
uses: uweseimet/scsi2pi/.github/workflows/cross_compile.yml@main
with:
connect-type: "STANDARD"
debug-fullspec:
uses: uweseimet/scsi2pi/.github/workflows/cross_compile.yml@main
with:
connect-type: "FULLSPEC"
debug-flag: true