Skip to content
Sergio Velderain edited this page Aug 27, 2025 · 3 revisions

Home

Summary: NI-style reference for the centralized, reusable GitHub Actions that standardize CI/CD for LabVIEW open-source projects.
Status: ✅ Stable

Start here

  • Action YAML Snippets – copy/paste workflows for PRs, tags, nightly, and reusable calls.
  • Maintainer Print Checklists – release/runner/triage one-pagers.
  • Local Parity How-To – run dispatcher locally with the same inputs as CI.

Visual Overview

graph TD;
A["'Repo Event (PR / Push / Tag)'"] --> B["'Reusable Workflow'"];
B --> C["'Dispatcher PowerShell'"];
C --> D["'G-CLI'"];
D --> E["'LabVIEW Headless'"];
E --> F["'Artifacts (PPL and Tests)'"];
F --> G["'VIPM Package'"];
G --> H["'Draft or Published Release'"];
Loading

Table of Contents

See also: Workflow Semantics & Reusable ActionsAction Contracts (API)


Last updated: 2025-08-27 06:36 UTC

↑ Back to top

Clone this wiki locally