Skip to content

Commit

Permalink
BehaviorTree#10 Install artifacts during test
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Nov 17, 2018
1 parent 8cad953 commit 452ce01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ before_script:
- mkdir -p build

script:
- if [ "$ROS_DISTRO" = "none" ]; then (cd build; cmake .. ;cmake --build .; ./bin/behaviortree_cpp_test); fi
- if [ "$ROS_DISTRO" = "none" ]; then (cd build; cmake .. ;cmake --build .; sudo cmake --build . --target install;./bin/behaviortree_cpp_test); fi
- if [ "$ROS_DISTRO" != "none" ]; then (.ci_config/travis.sh); fi


0 comments on commit 452ce01

Please sign in to comment.