try moving this down to fix upgrades
This commit is contained in:
parent
db856af952
commit
72731cfe0c
|
@ -10,9 +10,6 @@ rm -f ./common/gen_extend.go
|
||||||
echo "Generating the dynamic code"
|
echo "Generating the dynamic code"
|
||||||
go generate
|
go generate
|
||||||
|
|
||||||
echo "Generating the JSON handlers"
|
|
||||||
easyjson -pkg common
|
|
||||||
|
|
||||||
echo "Building the router generator"
|
echo "Building the router generator"
|
||||||
go build -ldflags="-s -w" -o RouterGen "./router_gen"
|
go build -ldflags="-s -w" -o RouterGen "./router_gen"
|
||||||
echo "Running the router generator"
|
echo "Running the router generator"
|
||||||
|
@ -28,6 +25,9 @@ go build -tags hookgen -ldflags="-s -w" -o HookGen "./cmd/hook_gen"
|
||||||
echo "Running the hook generator"
|
echo "Running the hook generator"
|
||||||
./HookGen
|
./HookGen
|
||||||
|
|
||||||
|
echo "Generating the JSON handlers"
|
||||||
|
easyjson -pkg common
|
||||||
|
|
||||||
echo "Building Gosora"
|
echo "Building Gosora"
|
||||||
go build -ldflags="-s -w" -o Gosora
|
go build -ldflags="-s -w" -o Gosora
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue