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.
2 parents 1142874 + d5c87d3 commit 8e02799Copy full SHA for 8e02799
.travis.yml
@@ -62,6 +62,7 @@ script: # All commands must exit with code 0 on success. Anything else is consid
62
- if [ $BUILDER = catkin ]; then catkin_make install; fi
63
- if [ $BUILDER = catkin ]; then rm -fr devel src build; source install/setup.bash; else source setup.sh; fi
64
after_failure:
65
+ - if [ $BUILDER == rosbuild ]; then find ${HOME}/.ros/rosmake/ -type f -exec echo "=== {} ===" \; -exec cat {} \; ; fi
66
- if [ -e ./build/Testing/Temporary/LastTest.log ]; then cat ./build/Testing/Temporary/LastTest.log; fi
67
- find ${HOME}/.ros/test_results -type f -exec echo "== {} ==" \; -exec cat {} \;
68
- for file in ${HOME}/.ros/log/rostest-*; do echo "=== $file ==="; cat $file; done
0 commit comments