From c087df8fcc398e2ac456f7a7e2024e227a26a0d5 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 31 May 2019 11:52:45 +0800 Subject: [PATCH] 1 --- server/tools/scripts/ci/gameserver/boundle.sh | 2 +- server/tools/scripts/ci/masterserer/boundle.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/tools/scripts/ci/gameserver/boundle.sh b/server/tools/scripts/ci/gameserver/boundle.sh index 3c15b6b..8f57cbc 100644 --- a/server/tools/scripts/ci/gameserver/boundle.sh +++ b/server/tools/scripts/ci/gameserver/boundle.sh @@ -1,5 +1,5 @@ cd third_party/game2001/server/gameserver -python ../tools/scripts/construct/build_pb.py --nohooks 1 +#python ../tools/scripts/construct/build_pb.py --nohooks 1 cmake $1 . make clean make diff --git a/server/tools/scripts/ci/masterserer/boundle.sh b/server/tools/scripts/ci/masterserer/boundle.sh index 781cf05..376e1fc 100644 --- a/server/tools/scripts/ci/masterserer/boundle.sh +++ b/server/tools/scripts/ci/masterserer/boundle.sh @@ -1,5 +1,5 @@ cd third_party/game2001/server/masterserver -python ../tools/scripts/construct/build_pb.py --nohooks 1 +#python ../tools/scripts/construct/build_pb.py --nohooks 1 cmake -DGAME_ID=2001 . make clean make