mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
travis: skip windows build
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
parent
84508f7c98
commit
37d10dd8b8
@ -56,7 +56,6 @@ script:
|
||||
all-build)
|
||||
GOARCH=386 PASSES='build' ./test \
|
||||
&& GO_BUILD_FLAGS='-v' GOOS=darwin GOARCH=amd64 ./build \
|
||||
&& GO_BUILD_FLAGS='-v' GOOS=windows GOARCH=amd64 ./build \
|
||||
&& GO_BUILD_FLAGS='-v' GOARCH=arm ./build \
|
||||
&& GO_BUILD_FLAGS='-v' GOARCH=arm64 ./build \
|
||||
&& GO_BUILD_FLAGS='-v' GOARCH=ppc64le ./build
|
||||
|
Loading…
x
Reference in New Issue
Block a user