Runs Prepare_LabVIEW_source.ps1
to unpack and configure project sources before builds.
Name | Required | Example | Description |
---|---|---|---|
minimum_supported_lv_version |
Yes | 2021 |
LabVIEW major version. |
supported_bitness |
Yes | 32 or 64 |
Target LabVIEW bitness. |
relative_path |
Yes | $ |
Repository root path. |
labview_project |
Yes | lv_icon_editor |
Project name (no extension). |
build_spec |
Yes | Editor Packed Library |
Build specification name. |
- uses: ./.github/actions/prepare-labview-source
with:
minimum_supported_lv_version: 2024
supported_bitness: 64
relative_path: $
labview_project: lv_icon_editor
build_spec: "Editor Packed Library"
See also: docs/actions/prepare-labview-source.md
This directory inherits the root repositoryโs license (MIT, unless otherwise noted).