summaryrefslogtreecommitdiff
path: root/src/hub/build
diff options
context:
space:
mode:
authorMarkus Grüneis <gimpf@gimpf.org>2014-09-30 21:48:58 +0200
committerMarkus Grüneis <gimpf@gimpf.org>2014-09-30 21:48:58 +0200
commit91379f77d7093fe1f667147e3099e2163419cddb (patch)
tree4cc6543696e9e65d1783c25a93482ee94f0d241b /src/hub/build
parentcreate hub's project structure (diff)
add sfive-hub project scaffolding
Diffstat (limited to 'src/hub/build')
-rwxr-xr-xsrc/hub/build6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hub/build b/src/hub/build
new file mode 100755
index 0000000..3c42290
--- /dev/null
+++ b/src/hub/build
@@ -0,0 +1,6 @@
+#!/bin/sh
+export GOPATH=$(pwd)
+export PATH=$GOPATH/bin:$PATH
+go install spreadspace.org/sfive-hub
+go test spreadspace.org/sfive
+