aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2017-06-18 17:02:27 -0700
committerJames Mills <prologic@shortcircuit.net.au>2017-06-18 17:02:27 -0700
commit11fb233d11f3888f9d6b6787f38823821dabcd98 (patch)
tree487b9c8e6cb7478a8a07266d621d7287c6ca8b05
parentAdd goreleaser config (diff)
downloadgopherproxy-11fb233d11f3888f9d6b6787f38823821dabcd98.tar.gz
gopherproxy-11fb233d11f3888f9d6b6787f38823821dabcd98.tar.bz2
gopherproxy-11fb233d11f3888f9d6b6787f38823821dabcd98.zip
Add gorelease config to travis for automated binary releases
-rw-r--r--.travis.yml2
-rw-r--r--dist/gopherproxy_0.0.1_darwin_amd64.tar.gzbin0 -> 2132300 bytes
-rw-r--r--dist/gopherproxy_0.0.1_linux_amd64.tar.gzbin0 -> 2011938 bytes
-rw-r--r--dist/gopherproxy_0.0.1_windows_amd64.tar.gzbin0 -> 2005427 bytes
-rwxr-xr-xdist/gopherproxy_0.0.1_windows_amd64/gopherproxy.exebin0 -> 5387264 bytes
-rw-r--r--dist/gopherproxy_checksums.txt3
6 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1a1925f..8763a71 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,3 +6,5 @@ before_install:
6 - go get github.com/mattn/goveralls 6 - go get github.com/mattn/goveralls
7script: 7script:
8 - $HOME/gopath/bin/goveralls -service=travis-ci 8 - $HOME/gopath/bin/goveralls -service=travis-ci
9after_success:
10 - 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
--- /dev/null
+++ b/dist/gopherproxy_0.0.1_darwin_amd64.tar.gz
Binary files 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
--- /dev/null
+++ b/dist/gopherproxy_0.0.1_linux_amd64.tar.gz
Binary files 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
--- /dev/null
+++ b/dist/gopherproxy_0.0.1_windows_amd64.tar.gz
Binary files 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
--- /dev/null
+++ b/dist/gopherproxy_0.0.1_windows_amd64/gopherproxy.exe
Binary files 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 @@
1d2e5f00f3ae73146f3f49b20c7c1a50f9aa67102f1518e614c4b3741f207b06b gopherproxy_0.0.1_darwin_amd64.tar.gz
2bacc7b6295cd0291e5b4c89c914e5fc799f6d0822a01cb9e19c55ddc119307e6 gopherproxy_0.0.1_windows_amd64.tar.gz
3c1eb2eb94a6fe450e63b883c781610643cbc3526e8459e8d9e46880fc812e861 gopherproxy_0.0.1_linux_amd64.tar.gz