Create the build. The details of this step depend upon the implementation language and development environment and
may involve compiling and linking (in the case of compiled languages) and/or other processes that result in an
executable increment of the system.
Examples of these steps include:
-
Compiling and linking the source artifacts to create an executable
-
Loading binary objects on a test bench or simulator
-
Running a script to load/update database schemas
-
Packaging and deploying web applications
|