bob
bob copied to clipboard
Bob is a high-level build tool for multi-language projects.
`bog git add` does not autocomplete on TAB, at least it shows the available options. Plain git's behavior is a bit more useful.
Ensures the input paths makes the absolute path into a relative to the task.
closes https://github.com/benchkram/bob/issues/226
The current behavior of input/target combination feels a bit odd, which could lead to suprises for new users. ### Current Implementation ``` 1) rebuild on input change build: input: *...
For a Bobfile: ```yaml build: build: input: "*" cmd: echo "Hello build!" ``` running `bob inspect input build` will display the number of inputs, ex. "Task build has 3 inputs"...
As soon as a remote is set the default behavior should be to download and upload artifacts with the remote whenever possible. - [x] #226 - [x] Move artifact download...
### Todo * Remove superfluous artifact sync output from bob build * enable detailed information using the verbose flag. Example of the current output which looks kind of messy: ```shell...
A task might behave differently in multi level deep imports based on the used umbrella Bobfile. https://github.com/benchkram/bob/pull/210#discussion_r979742456
Investigate if buildinfo is written correctly (or not written) on canceled tasks. Especially inspect the behavior of parallel running and subsequent tasks. @rdnt found some incosistent behaviour which lead to...