1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

Added goxc config for cross compile builds

https://github.com/laher/goxc
This commit is contained in:
James Hillyerd
2013-09-17 11:00:37 -07:00
parent 2e78e4e6f7
commit d9b728ef46
2 changed files with 16 additions and 0 deletions

4
.gitignore vendored
View File

@@ -26,3 +26,7 @@ _testmain.go
# our binary # our binary
/inbucket /inbucket
/inbucket.exe
# local goxc config
.goxc.local.json

12
.goxc.json Normal file
View File

@@ -0,0 +1,12 @@
{
"TasksExclude": [
"pkg-build"
],
"Os": "darwin freebsd linux windows",
"Resources": {
"Include": "README*,LICENSE*,bin,etc,themes"
},
"PackageVersion": "0.1",
"PrereleaseInfo": "snapshot",
"FormatVersion": "0.8"
}