Bring in Travis CI to build Windows and mac OS release binaries (#4591)

* Bring in Travis CI to build Windows and mac OS release binaries

* Update .travis.yml
This commit is contained in:
Michael Vines
2019-06-07 11:32:47 -07:00
committed by GitHub
parent c9d63204eb
commit fdaa939892
6 changed files with 144 additions and 48 deletions

View File

@ -66,9 +66,9 @@ main() {
Linux)
TARGET=x86_64-unknown-linux-gnu
;;
# Darwin)
# TARGET=x86_64-apple-darwin
# ;;
Darwin)
TARGET=x86_64-apple-darwin
;;
*)
err "machine architecture is currently unsupported"
;;