Skip to content

Refactor fpp-to-cpp tests #1621

Refactor fpp-to-cpp tests

Refactor fpp-to-cpp tests #1621

Workflow file for this run

name: Build Native Images
on:
push:
branches: [ "main", "release/**" ]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
release:
types: [ published ]
jobs:
run:
if: github.event.pull_request.draft == false
name: "Package"
uses: "./.github/workflows/native-build.yml"
with:
build: ./compiler/install
test: ./compiler/test
output-directory: ./compiler/bin
trace: false
secrets: inherit