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 44 directories :
55 - $HOME/.ccache
66 - $HOME/.cache/pip
7- - $HOME /third_party
7+ - $TRAVIS_BUILD_DIR/build /third_party
88sudo : required
99dist : trusty
1010os :
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ mkdir -p $TRAVIS_BUILD_DIR/build
66cd $TRAVIS_BUILD_DIR /build
77
88# Compile Documentation only.
9- cmake .. -DCMAKE_BUILD_TYPE=Debug -DWITH_GPU=OFF -DWITH_DOC=OFF -DWITH_STYLE_CHECK=OFF -DTHIRD_PARTY_PATH= $HOME /third_party
9+ cmake .. -DCMAKE_BUILD_TYPE=Debug -DWITH_GPU=OFF -DWITH_DOC=OFF -DWITH_STYLE_CHECK=OFF
1010
1111mkdir output
1212make -j ` nproc`
1313find .. -name ' *whl' | xargs pip install # install all wheels.
1414rm -rf *
15- cmake .. -DCMAKE_BUILD_TYPE=Debug -DWITH_GPU=OFF -DWITH_DOC=ON -DTHIRD_PARTY_PATH= $HOME /third_party
15+ cmake .. -DCMAKE_BUILD_TYPE=Debug -DWITH_GPU=OFF -DWITH_DOC=ON
1616make -j ` nproc` paddle_docs paddle_docs_cn
1717
1818# check websites for broken links
You can’t perform that action at this time.
0 commit comments