Skip to content

Commit

Permalink
adjust goxc
Browse files Browse the repository at this point in the history
  • Loading branch information
soniah committed Aug 10, 2015
1 parent fab7df4 commit cdf9117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"default",
"publish-github"
],
"PackageVersion": "0.0.4",
"PackageVersion": "0.0.6",
"TaskSettings": {
"publish-github": {
"owner": "soniah",
Expand Down
2 changes: 1 addition & 1 deletion deploy.sh → release
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ fi

read -p "Have you done 'goxc bump'?"
if [[ $REPLY =~ ^[Yy]$ ]] ; then
goxc -bc='linux,!arm darwin' -tasks-=deb
goxc -bc='linux,!arm darwin freebsd,!arm openbsd,!arm dragonfly,!arm solaris' -tasks-=deb
fi

0 comments on commit cdf9117

Please sign in to comment.