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 4d71b2b commit 73fc6baCopy full SHA for 73fc6ba
.travis.yml
@@ -88,5 +88,12 @@ script:
88
- catkin config --blacklist kindr
89
# run unit tests
90
- source devel/setup.bash
91
- - catkin run_tests >/dev/null # suppress output
+ - cd ~/catkin_ws/src/control-toolbox/ct_core
92
+ - catkin run_tests --this --no-deps >/dev/null # suppress output
93
+ - cd ~/catkin_ws/src/control-toolbox/ct_optcon
94
95
+ - cd ~/catkin_ws/src/control-toolbox/ct_rbd
96
97
+ - cd ~/catkin_ws/src/control-toolbox/ct_models
98
99
- catkin_test_results
0 commit comments