593 B
593 B
description
| description |
|---|
| Build the Juliet project using FastBuild |
// turbo-all
This workflow builds the Juliet project and writes output to misc\agent_output.log.
-
To build the default (clang-Debug): // turbo
misc\agent_build.bat clang 2>&1 | tee misc\agent_output.log -
To build a specific configuration (e.g., clang-Debug, msvc-Debug): // turbo
misc\agent_build.bat clang-Debug 2>&1 | tee misc\agent_output.log -
To see all available targets: // turbo
misc\agent_build.bat -showtargets 2>&1 | tee misc\agent_output.log -
Check build results by reading
misc\agent_output.log.