Phillip Smyth pushed to branch issue_640-Build-All at BuildStream / buildstream
Commits:
-
e0bace4c
by Phillip Smyth at 2018-12-12T11:24:11Z
1 changed file:
Changes:
... | ... | @@ -2,6 +2,10 @@ |
2 | 2 |
buildstream 1.3.1
|
3 | 3 |
=================
|
4 | 4 |
|
5 |
+ o Running `bst build` without elements specified will now attempt to build
|
|
6 |
+ the default element defined in the projcet configuration.
|
|
7 |
+ If no default element is defined, all elements in the project will be built
|
|
8 |
+ |
|
5 | 9 |
o All elements must now be suffixed with `.bst`
|
6 | 10 |
Attempting to use an element that does not have the `.bst` extension,
|
7 | 11 |
will result in a warning.
|