Merge pull request #2045 from gangliao/v2_bug

force delete packages before unit test
feature/design_of_v2_layer_converter
gangliao 9 years ago committed by GitHub
commit a4c12d8075

@ -34,7 +34,7 @@ cmake .. \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
make -j `nproc`
if [ ${WITH_TESTING:-OFF} == "ON" ] && [ ${RUN_TEST:-OFF} == "ON" ] ; then
pip uninstall -y py-paddle paddle
pip uninstall -y py-paddle paddle || true
ctest -V
fi
make install

Loading…
Cancel
Save