Skip to content

Build Process

Portable and independent

The build process must be portable and independent. This means that there must be no dependencies on: - Operating system (programs, shell scripts,..) - Development environment

The build process must behave identically on different systems and produce the same results.

Unit Tests

The unit tests must be executable from the build process.