You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
183 B
11 lines
183 B
|
1 year ago
|
#!/bin/bash
|
||
|
1 year ago
|
cd ..
|
||
|
1 year ago
|
set -e
|
||
|
|
cd pb/proto
|
||
|
|
./gener.sh
|
||
|
|
# cd ../../
|
||
|
|
# cd tools
|
||
|
|
# go generate
|
||
|
|
cd ../..
|
||
|
1 year ago
|
#go build main.go
|
||
|
1 year ago
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o indiaprovider main.go
|