File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ install:
28
28
- git clone https://github.com/ament/ament_lint.git
29
29
- git clone https://github.com/ament/ament_package.git
30
30
- git clone https://github.com/ament/googletest.git
31
+ - git clone https://github.com/ament/google_benchmark_vendor.git
31
32
- git clone https://github.com/ament/uncrustify_vendor.git
32
33
- cd ..
33
34
- mkdir osrf
@@ -39,6 +40,7 @@ install:
39
40
- git clone https://github.com/ros2/ament_cmake_ros.git
40
41
- git clone https://github.com/ros2/console_bridge_vendor.git
41
42
- git clone https://github.com/ros2/launch.git
43
+ - git clone https://github.com/ros2/performance_test_fixture.git
42
44
- git clone https://github.com/ros2/python_cmake_module.git
43
45
- git clone https://github.com/ros2/rcutils.git
44
46
- git clone https://github.com/ros2/rcpputils.git
Original file line number Diff line number Diff line change @@ -41,13 +41,15 @@ script:
41
41
- git clone https://github.com/ament/ament_lint.git
42
42
- git clone https://github.com/ament/ament_package.git
43
43
- git clone https://github.com/ament/googletest.git
44
+ - git clone https://github.com/ament/google_benchmark_vendor.git
44
45
- git clone https://github.com/ament/uncrustify_vendor.git
45
46
- cd $AMENT_WS_SRC/osrf
46
47
- git clone https://github.com/osrf/osrf_testing_tools_cpp.git
47
48
- cd $AMENT_WS_SRC/ros2
48
49
- git clone https://github.com/ros2/ament_cmake_ros.git
49
50
- git clone https://github.com/ros2/console_bridge_vendor.git
50
51
- git clone https://github.com/ros2/launch.git
52
+ - git clone https://github.com/ros2/performance_test_fixture.git
51
53
- git clone https://github.com/ros2/python_cmake_module.git
52
54
- git clone https://github.com/ros2/rcutils.git
53
55
- git clone https://github.com/ros2/rcpputils.git
You can’t perform that action at this time.
0 commit comments