Information Technology Reference
In-Depth Information
local.properties
integration.properties
Build Script
qa.properties
production.properties
FIGURE 4-4
Configurable builds for different environments
build, an integration build integrates the results with the rest of the
team, and a release build readies the software for the users.
Private Build
A developer will run a private build prior to committing code to the
repository. By running a private build, you integrate your changes with
the last changes available in the version control repository. This can
prevent broken builds. The steps to running a private build are
1. Check out the code you will alter from the repository.
2. Make changes to that code.
3. Get the latest system changes from the repository.
4. Run a build that includes execution of all your unit tests.
5. Commit your code changes to the repository.
Integration Build
An integration build integrates changes committed to the repository
by the team against the mainline (also known as the head or trunk ).
Search WWH ::




Custom Search