Skip to content

Merge pull request #363 from LeStarch/fix/add-to-ci #216

Merge pull request #363 from LeStarch/fix/add-to-ci

Merge pull request #363 from LeStarch/fix/add-to-ci #216

Workflow file for this run

name: Build Native Images
on:
push:
branches: [ "main", "release/**" ]
pull_request:
branches: [ "main", "release/**" ]
release:
types: [ published ]
jobs:
run:
name: "Package"
uses: "fprime-community/native-images-action/.github/workflows/native-build.yml@main"
with:
build: ./compiler/install
test: ./compiler/test
output-directory: ./compiler/bin
meta-package: fpp
fast-hack: true
secrets: inherit