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:
@ -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"
|
||||
;;
|
||||
|
Reference in New Issue
Block a user