Files
Juliet/.agent/workflows/build.md
T
Patedam 7b21ca6b1d Adapting arena push to support format as debug tag
Changed some d3d12 to work better with arenas
2026-07-29 14:44:16 -04:00

15 lines
352 B
Markdown

---
description: Build the Juliet projects
---
// turbo-all
This workflow builds the Juliet project.
1. To build the default (clang-Debug):
// turbo
`misc\build.bat clang`
2. To build a specific configuration (e.g., clang-Debug, msvc-Debug):
// turbo
`misc\build.bat clang-Debug`
3. To see all available targets:
// turbo
`misc\build.bat -showtargets`