Update gitignore + adding some agent skills and tweaking workflows. Also updated some scipts
396 B
396 B
description
| description |
|---|
| Build the Juliet project using FastBuild |
// turbo-all // @auto-approve: true
This workflow sets up the Juliet build environment and runs fbuild.
-
To build a specific configuration (e.g., msvc-Debug):
misc\agent_build.bat clang-Debug" -
To build the default clang:
misc\agent_build.bat clang" -
To see all available targets:
misc\agent_build.bat -showtargets"