Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Building a Software Factory

Table of ContentsexcludeIn this chapter 

Stoc

Continuous Builds and Continuous Integration

Continuous integration and continuous builds are mainstay features of modern software factories.
Continuous integration is the practice of development changes being tested, built, and reported in small increments during the development process. Continuous build is an extension of this practice to provide a newly tested build of the software every time a developer commits changes.

...

Other changes can be made to the importSolution method to adjust import settings if necessary.

Building the Servoy Software Factory

This section is a guide to setting up a Servoy software factory.

...