提交 5edfb629 编写于 作者: B barrierye

update script for easily local test && test=serving

上级 2454892d
...@@ -15,9 +15,10 @@ function check_cmd() { ...@@ -15,9 +15,10 @@ function check_cmd() {
} }
function build_client() { function build_client() {
local TYPE=$1 # pwd: /Serving local TYPE=$1
local DIRNAME=build-client-$TYPE local DIRNAME=build-client-$TYPE
mkdir $DIRNAME && cd $DIRNAME # pwd: /Serving/build-client-$TYPE mkdir $DIRNAME # pwd: /Serving
cd $DIRNAME # pwd: /Serving/build-client-$TYPE
case $TYPE in case $TYPE in
CPU|GPU) CPU|GPU)
cmake -DPYTHON_INCLUDE_DIR=$PYTHONROOT/include/python2.7/ \ cmake -DPYTHON_INCLUDE_DIR=$PYTHONROOT/include/python2.7/ \
...@@ -38,9 +39,10 @@ function build_client() { ...@@ -38,9 +39,10 @@ function build_client() {
} }
function build_server() { function build_server() {
local TYPE=$1 # pwd: /Serving local TYPE=$1
local DIRNAME=build-server-$TYPE local DIRNAME=build-server-$TYPE
mkdir $DIRNAME && cd $DIRNAME # pwd: /Serving/build-server-$TYPE mkdir $DIRNAME # pwd: /Serving
cd $DIRNAME # pwd: /Serving/build-server-$TYPE
case $TYPE in case $TYPE in
CPU) CPU)
cmake -DPYTHON_INCLUDE_DIR=$PYTHONROOT/include/python2.7/ \ cmake -DPYTHON_INCLUDE_DIR=$PYTHONROOT/include/python2.7/ \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册