bob
bob copied to clipboard
Bob is a high-level build tool for multi-language projects.
artifacts: write a test to assure targets are cleaned up before doing a rebuild or unpack from cache
Sometimes it's not obvious which changes a build task does in a directory. It would be handy to visualize that. `bob inspect diff taskname directory` should do the following: 1....
This fixes issues with subsequent builds needing a re-build, even if no source code was modified.
Bumps [github.com/compose-spec/compose-go](https://github.com/compose-spec/compose-go) from 1.2.7 to 1.4.0. Release notes Sourced from github.com/compose-spec/compose-go's releases. v1.4.0 What's Changed Fix Interpolation interference from outer string by @ulyssessouza in compose-spec/compose-go#296 Revert usage of "-" as...
How to test with the server: Create a playground: `bob playground` Changes in bob.yml: ``` project: localhost:8100/00000000-0000-0000-0000-000000000000/playground ``` Replace `sync: {}` with ``` sync: testing: path: second-level version: feature1 ```...
bob currently prints 2 lines relevant to building nix dependencies, even if the deps are already satisfied. It should probably indicate that the build was cached, or even include the...
Introduce a new feature that handles **test data in bob**. Test data is a **team-shared storage** which provides files needed to run tests. It is not git-lfs, files are versioned...