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 ca08cab commit 947b649Copy full SHA for 947b649
.travis.yml
@@ -39,7 +39,7 @@ before_script:
39
- mkdir -p build
40
41
script:
42
- - if [ "$ROS_DISTRO" = "none" ]; then (cd build; cmake .. ;cmake --build .; ./bin/behaviortree_cpp_test); fi
+ - if [ "$ROS_DISTRO" = "none" ]; then (cd build; cmake .. ; sudo cmake --build . --target install; ./bin/behaviortree_cpp_test); fi
43
- if [ "$ROS_DISTRO" != "none" ]; then (.ci_config/travis.sh); fi
44
45
0 commit comments