v1.0.1
v1.0.1 of go-build 🚀, the open-source MIT-Licensed multi-project multi-branch build tool.
With more testing, some real-world use, and a bit of feedback go-build
has been improved (already!)
Changelog
- 🆕 Support for variables within project scripts (see Script Variables in the README).
- 🏠
home
can now be left blank in the configuration to use the current working directory - 🔕 Ability to recover from panics that occur within a project (so other projects can continue to build).
- 📜 Cleaner log format (no more shortfunc in the logs, everything lines up much better now).
- 📝 Better documentation! (Now with build steps for macOS and Ubuntu Linux 🏗)
Behind the scenes:
- 🤖 CI support through both Travis CI and GitLab CI, although currently builds are failing as the scripts aren't complete yet 🐞
Give it a go!
Dependencies: libgit2
(v0.27.0) and libssh2