Squire Build
buildRun offline packaging and sanity checks in clean remote environments. Stage local files, execute language-specific validation, and download resulting artifacts locally.
Instructions
Run offline packaging and build sanity checks in clean environments and optionally pull the resulting artifacts back locally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| download_artifacts_dir | No | Optional local directory to download build artifacts into. | |
| files | No | Local file paths to stage. | |
| language | Yes | Build language: python or node. | |
| paths | No | Local directory paths to stage recursively. | |
| targets | No | Build targets as an array or CSV string. | |
| timeout | No | Build timeout in seconds. |