Skip to content

Commit

Permalink
Added release task
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefarah committed Sep 28, 2015
1 parent 404746a commit 4115646
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# Folders
_obj
_test
build
.DS_Store

# Architecture specific extensions/prefixes
*.[568vq]
Expand Down
7 changes: 7 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -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}}"

0 comments on commit 4115646

Please sign in to comment.