Skip to content

v1.0.1

Compare
Choose a tag to compare
@Danw33 Danw33 released this 01 Jun 14:02
· 64 commits to master since this release
1.0.1
0e17ee6

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

go-build : Repo | Website