Skip to content

Improve warning flags in builds #63

Improve warning flags in builds

Improve warning flags in builds #63

# Builds and runs UTs on https://github.com/fprime-community/fprime-examples
name: "External Repo: fprime-examples"
on:
push:
branches: [ devel, release/**, ci/** ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ devel, release/** ]
paths-ignore:
- 'docs/**'
- '**.md'
- '.github/actions/spelling/**'
- '.github/ISSUE_TEMPLATE/**'
- '.gitignore'
jobs:
get-branch:
name: "Get target branch"
uses: ./.github/workflows/reusable-get-pr-branch.yml
with:
target_repository: nasa/fprime-examples
run:
needs: get-branch
name: ""
uses: ./.github/workflows/reusable-project-builder.yml
with:
target_repository: nasa/fprime-examples
build_location: FlightExamples
run_unit_tests: true
target_ref: ${{ needs.get-branch.outputs.target-branch }}
fprime_location: ./FlightExamples/lib/fprime