From 320be5bffa2a698a08787928251daa62caf30622 Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 16 Jul 2017 20:57:32 +0200 Subject: Try travis bintray integration --- ci/bintray.sh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 ci/bintray.sh (limited to 'ci/bintray.sh') diff --git a/ci/bintray.sh b/ci/bintray.sh new file mode 100755 index 00000000..8bb70176 --- /dev/null +++ b/ci/bintray.sh @@ -0,0 +1,24 @@ +#!/bin/bash +VERSION=$(git describe --tags) +cd ci +mkdir binaries +go build -x -ldflags "-s -w -X main.githash=$(git log --pretty=format:'%h' -n 1) -o binaries/matterbridge-$VERSION-$GOOS-$GOARCH + +cat > deploy.json <