Use go:generate to create syscall_windows.go
This dramatically improves maintainability of generated files. This will be eventually implemented on other generated files as well.
This commit is contained in:
@@ -25,6 +25,7 @@ before_install:
|
||||
- ( cd $GOROOT/src; GOOS=$TEST_OS GOARCH=$TEST_ARCH ./make.bash )
|
||||
|
||||
script:
|
||||
- GOARM=5 GO386=387 GOOS=$TEST_OS GOARCH=$TEST_ARCH go get golang.org/x/sys/windows
|
||||
- GOARM=5 GO386=387 GOOS=$TEST_OS GOARCH=$TEST_ARCH go build -v ./...
|
||||
- GOARM=5 GO386=387 GOOS=$TEST_OS GOARCH=$TEST_ARCH go test -c -v ./...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user