/build — Build the Project
Run the project build and report results.
Steps
- •Run
make build - •Report: success/failure, warnings count, build time
- •If failed, show the error output and suggest fixes
Variants
- •
/build— debug build (default) - •
/build release—make build-release(optimized) - •
/build wheel—make build-wheel(Python extension)
Success Criteria
- •Exit code 0
- •Zero errors
- •Note any new warnings