Added release task

This commit is contained in:
Mike Farah 2015-09-29 09:39:44 +10:00
parent 404746ab22
commit 41156468a9
2 changed files with 9 additions and 0 deletions

2
.gitignore vendored
View File

@ -6,6 +6,8 @@
# Folders
_obj
_test
build
.DS_Store
# Architecture specific extensions/prefixes
*.[568vq]

7
release.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
# This assumes that gonative and gox is installed as per the 'one time setup' instructions
# at https://github.com/inconshreveable/gonative
gox -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}"