mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 20:34:44 +00:00
490 B
490 B
build subcommand
The build subcommand builds the package. The steps performed in the default build are as follows:
- Inspect code in comments/documentation (md files under doc).
- Compile the code needed for the package.
- For application packages, generate batch files or shell scripts equivalent to commands.
- Run the test.
The deliverables after the build is completed are output to the following directory.
- During debug build: build/debug
- For release build: build/release