goxc
goxc copied to clipboard
a build tool for Go, with a focus on cross-compiling, packaging and deployment
Hey there, I am using the following command `goxc -tasks 'xc archive' -bc 'darwin linux' -d "$RELEASES_PATH" -resources-include 'README*' -build-ldflags="-X github.com/weldpua2008/supraworker/cmd.GitCommit=${TRAVIS_TAG} "` And with Go 1.15.x where they removed Darwin/386...
Allows the use of pre/post{inst,rm}, etc scripts. The `resources-dir` task setting should be set to the parent directory of a `debian` dir containing the resources.
Hi, Try to create a build and getting following errors. vendor/gopkg.in/goracle.v2/orahlp.go:65:2: undefined: describeOnly vendor/gopkg.in/goracle.v2/orahlp.go:228:26: undefined: PlSQLArrays vendor/gopkg.in/goracle.v2/orahlp.go:251:32: undefined: VersionInfo vendor/gopkg.in/goracle.v2/orahlp.go:254:10: undefined: VersionInfo vendor/gopkg.in/goracle.v2/orahlp.go:260:32: undefined: VersionInfo vendor/gopkg.in/goracle.v2/orahlp.go:277:19: undefined: VersionInfo vendor/gopkg.in/goracle.v2/orahlp.go:278:30: undefined:...
Just ran gofmt -w . on the project root. That's all. https://blog.golang.org/go-fmt-your-code --- > I made this PR with a project going on over at https://github.com/rotblauer/gofmt-att, and it's definitely a...
Hi there! We had to cut a custom build off a branch. (The reason it can't be master was because we had to cherry pick commits for this custom feature...
Hey there- @18F are big users of this tool. We distribute our binaries via GitHub releases, so the uploading part is a very useful for us. As you say in...