1st
This commit is contained in:
11
windows_build.sh
Executable file
11
windows_build.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
cd examples/database
|
||||
env CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o ../../database_windows
|
||||
cd -
|
||||
|
||||
cd examples/loadtest
|
||||
env CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o ../../loadtest_windows
|
||||
cd -
|
||||
|
||||
cd examples/requests
|
||||
env CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o ../../requests_windows
|
||||
cd -
|
||||
Reference in New Issue
Block a user