We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635d462 commit 9a7df69Copy full SHA for 9a7df69
paddle/scripts/travis/build_and_test.sh
@@ -16,7 +16,4 @@ elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
16
cmake .. -DON_TRAVIS=ON -DON_COVERALLS=ON -DCOVERALLS_UPLOAD=ON -DWITH_SWIG_PY=ON
17
NPROC=`sysctl -n hw.ncpu`
18
make -j $NPROC
19
- env CTEST_OUTPUT_ON_FAILURE=1 make test ARGS="-j $NPROC"
20
- sudo make install
21
- sudo paddle version
22
fi
0 commit comments