Squire Compile
compileRun target-specific Go or Rust builds in isolated toolchains to verify code integrity without implementing complete CI workflows.
Instructions
Run target-specific Go or Rust compilation checks in clean toolchains without turning Squire into a full CI or release system.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | Local file paths to stage for compilation. | |
| language | Yes | Compile language: go or rust. | |
| targets | No | Compile targets as an array or CSV string. | |
| timeout | No | Compile timeout in seconds. |