Skip to content

Commit 4115646

Browse files
committed
Added release task
1 parent 404746a commit 4115646

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# Folders
77
_obj
88
_test
9+
build
10+
.DS_Store
911

1012
# Architecture specific extensions/prefixes
1113
*.[568vq]

release.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
# This assumes that gonative and gox is installed as per the 'one time setup' instructions
4+
# at https://github.com/inconshreveable/gonative
5+
6+
gox -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}"
7+

0 commit comments

Comments
 (0)