Skip to content

Added default element build all functionality to `bst build`

Phillip Smyth requested to merge issue_640-Build-All into master

Description

Running bst build without a defined element will now do one of 2 things.

  1. Build a defined "default element" This element is declared in the project.conf

  2. If no default element is defined, buildstream will attempt to build all elements in the project

This merge request, is related to: #640 (closed)

Edited by Phillip Smyth

Merge request reports