simplesurance / baur

An incremental task runner for mono repositories.
GNU General Public License v2.0
362 stars 11 forks source link

Refactor BuildStatusInputsUndefined status #59

Closed fho closed 4 years ago

fho commented 5 years ago

When an application has no build inputs defined, baur assigns the status BuildStatusInputsUndefined.

Replace the status with a status that indicates that the build config for the application is incomplete. The status should be assigned when the application either has:

This will allow to not build applications via the baur build commands that are not recorded to the database by default, by only building application in the pending state

fho commented 4 years ago

In baur v1 having no outputs is supported. If an app has no tasks it is shown in baur ls apps but not in baur status.