There was an error while loading. Please reload this page.
2 parents 8ea5b76 + 4c31f18 commit ba3d9f0Copy full SHA for ba3d9f0
paddle/scripts/docker/build.sh
@@ -34,7 +34,7 @@ cmake .. \
34
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
35
make -j `nproc`
36
if [ ${WITH_TESTING:-OFF} == "ON" ] && [ ${RUN_TEST:-OFF} == "ON" ] ; then
37
- ctest -j `nproc`
+ ctest -V -j `nproc`
38
fi
39
make install
40
pip install /usr/local/opt/paddle/share/wheels/*.whl
0 commit comments