File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 115
115
-DWITH_AVX=${WITH_AVX:- ON} \
116
116
-DWITH_SWIG_PY=ON \
117
117
-DWITH_STYLE_CHECK=OFF
118
- make -j ` nproc` gen_proto_py
118
+ make -j ` nproc` gen_proto_py framework_py_proto
119
119
make -j ` nproc` copy_paddle_pybind
120
120
make -j ` nproc` paddle_docs paddle_docs_cn paddle_api_docs
121
121
popd
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ mkdir -p $TRAVIS_BUILD_DIR/build
6
6
cd $TRAVIS_BUILD_DIR /build
7
7
8
8
# Compile Documentation only.
9
- cmake .. -DCMAKE_BUILD_TYPE=Debug -DWITH_GPU=OFF -DWITH_MKL=OFF -DWITH_DOC=ON
10
- make -j ` nproc` gen_proto_py
9
+ cmake .. -DCMAKE_BUILD_TYPE=Release -DWITH_GPU=OFF -DWITH_MKL=OFF -DWITH_DOC=ON -DWITH_STYLE_CHECK=OFF
10
+ make -j ` nproc` gen_proto_py framework_py_proto
11
11
make -j ` nproc` copy_paddle_pybind
12
12
make -j ` nproc` paddle_docs paddle_docs_cn paddle_api_docs
13
13
You can’t perform that action at this time.
0 commit comments