Files
Juliet/.agent/workflows/build.md
Patedam d2b91c46d4 Misc changes
Update gitignore + adding some agent skills and tweaking workflows.
Also updated some scipts
2026-01-20 22:14:54 -05:00

17 lines
396 B
Markdown

---
description: Build the Juliet project using FastBuild
---
// turbo-all
// @auto-approve: true
This workflow sets up the Juliet build environment and runs `fbuild`.
1. To build a specific configuration (e.g., msvc-Debug):
`misc\agent_build.bat clang-Debug"`
2. To build the default clang:
`misc\agent_build.bat clang"`
3. To see all available targets:
`misc\agent_build.bat -showtargets"`