16 lines
405 B
Markdown
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 clang:
|
|
`cmd /c "misc\shell.bat & fbuild clang"`
|
|
|
|
3. To see all available targets:
|
|
`cmd /c "misc\shell.bat & fbuild -showtargets"` |