Skip to content

Merge pull request #356 from LeStarch/fix/template-implementation-paths #206

Merge pull request #356 from LeStarch/fix/template-implementation-paths

Merge pull request #356 from LeStarch/fix/template-implementation-paths #206

Workflow file for this run

name: Build Native Images
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
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
secrets: inherit