Code Shipping - Build

Card Puncher Data Processing

About

Build tool are tools that

  • takes your sources:
  • compile it into a target format such as
  • test it eventually
  • distribute it (to a web site, …)
  • generate the documentation.

It's an helper tool in order to build an application

See also Code Shipping - Change and Deployment Pipeline - Development Lifecycle / Workflow.

The result of a successful build (artifacts) can be uploaded elsewhere.

A build is generally triggered:

The next step in the process of code shipping is the creation of a release.

Tool

Build

The GNU Build System:

Triggered

See Code Shipping - Continuous Integration

Documentation





Discover More
Card Puncher Data Processing
Code Versioning - Release

A release is packaging your application under a version in a format that is suitable for the distribution channel. If you publish your application to: a package manager, you should create your application...



Share this page:
Follow us:
Task Runner