From 11fb233d11f3888f9d6b6787f38823821dabcd98 Mon Sep 17 00:00:00 2001 From: James Mills Date: Sun, 18 Jun 2017 17:02:27 -0700 Subject: Add gorelease config to travis for automated binary releases --- .travis.yml | 2 ++ dist/gopherproxy_0.0.1_darwin_amd64.tar.gz | Bin 0 -> 2132300 bytes dist/gopherproxy_0.0.1_linux_amd64.tar.gz | Bin 0 -> 2011938 bytes dist/gopherproxy_0.0.1_windows_amd64.tar.gz | Bin 0 -> 2005427 bytes dist/gopherproxy_0.0.1_windows_amd64/gopherproxy.exe | Bin 0 -> 5387264 bytes dist/gopherproxy_checksums.txt | 3 +++ 6 files changed, 5 insertions(+) create mode 100644 dist/gopherproxy_0.0.1_darwin_amd64.tar.gz create mode 100644 dist/gopherproxy_0.0.1_linux_amd64.tar.gz create mode 100644 dist/gopherproxy_0.0.1_windows_amd64.tar.gz create mode 100755 dist/gopherproxy_0.0.1_windows_amd64/gopherproxy.exe create mode 100644 dist/gopherproxy_checksums.txt diff --git a/.travis.yml b/.travis.yml index 1a1925f..8763a71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,5 @@ before_install: - go get github.com/mattn/goveralls script: - $HOME/gopath/bin/goveralls -service=travis-ci +after_success: + - test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash diff --git a/dist/gopherproxy_0.0.1_darwin_amd64.tar.gz b/dist/gopherproxy_0.0.1_darwin_amd64.tar.gz new file mode 100644 index 0000000..321def4 Binary files /dev/null and b/dist/gopherproxy_0.0.1_darwin_amd64.tar.gz differ diff --git a/dist/gopherproxy_0.0.1_linux_amd64.tar.gz b/dist/gopherproxy_0.0.1_linux_amd64.tar.gz new file mode 100644 index 0000000..125e578 Binary files /dev/null and b/dist/gopherproxy_0.0.1_linux_amd64.tar.gz differ diff --git a/dist/gopherproxy_0.0.1_windows_amd64.tar.gz b/dist/gopherproxy_0.0.1_windows_amd64.tar.gz new file mode 100644 index 0000000..669932f Binary files /dev/null and b/dist/gopherproxy_0.0.1_windows_amd64.tar.gz differ diff --git a/dist/gopherproxy_0.0.1_windows_amd64/gopherproxy.exe b/dist/gopherproxy_0.0.1_windows_amd64/gopherproxy.exe new file mode 100755 index 0000000..a91c5ed Binary files /dev/null and b/dist/gopherproxy_0.0.1_windows_amd64/gopherproxy.exe differ diff --git a/dist/gopherproxy_checksums.txt b/dist/gopherproxy_checksums.txt new file mode 100644 index 0000000..43a6c9e --- /dev/null +++ b/dist/gopherproxy_checksums.txt @@ -0,0 +1,3 @@ +d2e5f00f3ae73146f3f49b20c7c1a50f9aa67102f1518e614c4b3741f207b06b gopherproxy_0.0.1_darwin_amd64.tar.gz +bacc7b6295cd0291e5b4c89c914e5fc799f6d0822a01cb9e19c55ddc119307e6 gopherproxy_0.0.1_windows_amd64.tar.gz +c1eb2eb94a6fe450e63b883c781610643cbc3526e8459e8d9e46880fc812e861 gopherproxy_0.0.1_linux_amd64.tar.gz -- cgit v1.2.3-54-g00ecf