mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
Add BSDs to supported platforms
This commit is contained in:
parent
b18d35f267
commit
94f571d629
@ -13,7 +13,7 @@ build:
|
|||||||
code: |
|
code: |
|
||||||
if [ `go fmt ./... | wc -l` -gt 0 ]; then echo "go fmt error"; exit 1; fi
|
if [ `go fmt ./... | wc -l` -gt 0 ]; then echo "go fmt error"; exit 1; fi
|
||||||
- tcnksm/gox:
|
- tcnksm/gox:
|
||||||
os: "darwin linux"
|
os: "darwin linux freebsd netbsd openbsd"
|
||||||
arch: "386 amd64"
|
arch: "386 amd64"
|
||||||
- yudai/targz:
|
- yudai/targz:
|
||||||
input: $WERCKER_OUTPUT_DIR/pkg
|
input: $WERCKER_OUTPUT_DIR/pkg
|
||||||
|
Loading…
Reference in New Issue
Block a user