Thanks to visit codestin.com Credit goes to github.com
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 d986804 commit b91a6a5Copy full SHA for b91a6a5
.travis.yml
@@ -94,7 +94,7 @@ before_script:
94
- mkdir -p build
95
96
script:
97
- - if [ "$ROS_DISTRO" = "none" ]; then (cd build; cmake .. ; sudo cmake --build . --target install; ./bin/behaviortree_cpp_test); fi
+ - if [ "$ROS_DISTRO" = "none" ]; then (cd build; cmake .. ; sudo cmake --build . --target install; ./bin/behaviortree_cpp_v3_test); fi
98
- if [ "$ROS_DISTRO" != "none" ]; then (.ci_config/travis.sh); fi
99
100
0 commit comments