Skip to content
This repository has been archived by the owner on Mar 29, 2018. It is now read-only.

Commit

Permalink
generate builds locally
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanl committed Nov 28, 2015
1 parent 04e96d9 commit 7c1bac2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cmd/doit/doit
.goxc.local.json
.DS_Store
builds
12 changes: 6 additions & 6 deletions .goxc.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"ArtifactsDest": "builds",
"OutPath": "{{.Dest}}{{.PS}}{{.AppName}}{{.PS}}{{.Version}}{{.PS}}{{.AppName}}_{{.Version}}_{{.Os}}_{{.Arch}}{{.Ext}}",
"Tasks": [
"default",
"publish-github"
"default"
],
"BuildConstraints": "linux windows darwin,!386 !arm",
"BuildConstraints": "linux,amd64 linux,386 windows,amd64 windows,386 darwin,amd64",
"MainDirsExclude": "Godeps",
"PackageVersion": "0.5.2",
"PackageVersion": "0.6.0",
"TaskSettings": {
"publish-github": {
"owner": "bryanl",
"repository": "bryanl/doit"
}
},
"ConfigVersion": "0.9",
"OutPath": "{{.Dest}}{{.PS}}{{.AppName}}{{.PS}}{{.Version}}{{.PS}}{{.AppName}}_{{.Version}}_{{.Os}}_{{.Arch}}{{.Ext}}"
"ConfigVersion": "0.9"
}

0 comments on commit 7c1bac2

Please sign in to comment.