Files
Juliet/.agent/workflows/build.md
Patedam f95ba51c13 Added a basic MemoryArena.
Added one scratch, one engine and one game arena.
Converted the game alloc to arena + the display stuff.
WIP

Made using Antigravity+gemini
2026-01-17 21:09:23 -05:00

16 lines
405 B
Markdown

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