lazarus.build
Compile Lazarus (.lpi) projects using lazbuild with customizable build modes, target CPU, and OS settings for efficient development workflows.
Instructions
Build a Lazarus (.lpi) project using lazbuild
Input Schema
Name | Required | Description | Default |
---|---|---|---|
buildMode | No | Lazarus build mode name (maps to --bm) | |
cpu | No | Target CPU for lazbuild (e.g. x86_64, i386, aarch64) | |
lazbuildPath | No | Path to lazbuild (defaults to "lazbuild") | |
os | No | Target OS for lazbuild (e.g. win64, win32, linux) | |
project | Yes | Path to a Lazarus project file (.lpi) |