Skip to content

Commit

Permalink
Change goxc to track on github tag version name
Browse files Browse the repository at this point in the history
  • Loading branch information
s1061123 committed Aug 28, 2017
1 parent bcce960 commit 0120b54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .goxc.json
@@ -1,6 +1,6 @@
{
"ConfigVersion": "0.1",
"PackageVersion": "0.6",
"ConfigVersion": "0.9",
"PackageVersion": "unknown",
"PrereleaseInfo": "",
"BuildSettings": {
"LdFlags": "-extldflags '-static'"
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ script:
before_deploy:
- go get -u github.com/laher/goxc
- mkdir -p $TRAVIS_BUILD_DIR/dist
- goxc -d=$TRAVIS_BUILD_DIR/dist -bc=linux -tasks=clean-destination,xc,archive,rmbin
- goxc -d=$TRAVIS_BUILD_DIR/dist -pv=$TRAVIS_TAG -bc=linux -tasks=clean-destination,xc,archive,rmbin

deploy:
provider: releases
Expand Down

0 comments on commit 0120b54

Please sign in to comment.