build-binaries 509 B

123456789101112131415161718192021
  1. #!/bin/bash
  2. #
  3. # Build the release binaries
  4. #
  5. . "$(dirname "${BASH_SOURCE[0]}")/utils.sh"
  6. REPO=docker/compose
  7. # Build the binaries
  8. script/clean
  9. script/build-linux
  10. # TODO: build osx binary
  11. # script/prepare-osx
  12. # script/build-osx
  13. # TODO: build or fetch the windows binary
  14. echo "You need to build the osx/windows binaries, that step is not automated yet."
  15. echo "Create a github release"
  16. # TODO: script more of this https://developer.github.com/v3/repos/releases/
  17. browser https://github.com/$REPO/releases/new