11 lines
189 B
Batchfile
11 lines
189 B
Batchfile
|
|
|
|
|
|
set GOARCH=amd64
|
|
set GOOS=linux
|
|
set CGO_ENABLED=0
|
|
|
|
:: ./robot.test -test.v -test.run TestRobotWinRate
|
|
cd ../server/truco/cmd
|
|
go test -c .\robot_test.go cmd.go -o ../../../bin/robot.test
|