In working on this, I ended up needing to have dependencies between build jobs, so I switched to using Make for the task running.
This works from a shell in this project, but won't currently work on another project. That's because it loads the schemas via synchronous filesystem access with some pretty inflexible paths. I plan to do more thinking to figure out how to best do this in a more useful way.
In working on this, I ended up needing to have dependencies between build jobs, so I switched to using Make for the task running.
This works from a shell in this project, but won't currently work on another project. That's because it loads the schemas via synchronous filesystem access with some pretty inflexible paths. I plan to do more thinking to figure out how to best do this in a more useful way.
Fixes #7