mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
Added goxc config for cross compile builds
https://github.com/laher/goxc
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -26,3 +26,7 @@ _testmain.go
|
||||
|
||||
# our binary
|
||||
/inbucket
|
||||
/inbucket.exe
|
||||
|
||||
# local goxc config
|
||||
.goxc.local.json
|
||||
|
||||
12
.goxc.json
Normal file
12
.goxc.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user