提交 ffbd8394 编写于 作者: T tianshuo78520a

update build

上级 95e3e6d3
...@@ -756,7 +756,9 @@ EOF ...@@ -756,7 +756,9 @@ EOF
./clean.sh ./clean.sh
} }
function traivs_check_api() { function travis_check_api() {
mkdir -p ${PADDLE_ROOT}/build
cd ${PADDLE_ROOT}/build
cmake .. \ cmake .. \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
-DWITH_GPU=OFF \ -DWITH_GPU=OFF \
...@@ -767,7 +769,9 @@ function traivs_check_api() { ...@@ -767,7 +769,9 @@ function traivs_check_api() {
pip uninstall paddlepaddle pip uninstall paddlepaddle
} }
function traivs_check_api_py35() { function travis_check_api_py35() {
mkdir -p ${PADDLE_ROOT}/build
cd ${PADDLE_ROOT}/build
cmake .. \ cmake .. \
-DPY_VERSION=3.5 \ -DPY_VERSION=3.5 \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
...@@ -863,7 +867,7 @@ function main() { ...@@ -863,7 +867,7 @@ function main() {
test_fluid_lib) test_fluid_lib)
test_fluid_lib test_fluid_lib
;; ;;
travis_check_api) check_api)
traivs_check_api traivs_check_api
traivs_check_api_py35 traivs_check_api_py35
;; ;;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册