mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-23 03:18:59 +00:00
Don't run tests in build.sh all
This commit is contained in:
parent
df65247325
commit
eee702f299
2
build.sh
2
build.sh
@ -44,8 +44,6 @@ case "${1:-default}" in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
all)
|
all)
|
||||||
go run build.go test
|
|
||||||
|
|
||||||
go run build.go -goos linux -goarch amd64 tar
|
go run build.go -goos linux -goarch amd64 tar
|
||||||
go run build.go -goos linux -goarch 386 tar
|
go run build.go -goos linux -goarch 386 tar
|
||||||
go run build.go -goos linux -goarch armv5 tar
|
go run build.go -goos linux -goarch armv5 tar
|
||||||
|
Loading…
Reference in New Issue
Block a user