Restrict toolchain builds tp required platforms
This commit is contained in:
parent
5c81b40e70
commit
3b4353578d
|
@ -19,7 +19,7 @@ script:
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- go get github.com/laher/goxc
|
- go get github.com/laher/goxc
|
||||||
- goxc -t
|
- goxc -t -bc="linux darwin windows"
|
||||||
- goxc -d=./ -wd=./cmd/tusd -bc="linux darwin windows"
|
- goxc -d=./ -wd=./cmd/tusd -bc="linux darwin windows"
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in New Issue