File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
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,8 @@ 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/mimick_vendor.git
44
+ - git clone https://github.com/ros2/performance_test_fixture.git
42
45
- git clone https://github.com/ros2/python_cmake_module.git
43
46
- git clone https://github.com/ros2/rcutils.git
44
47
- git clone https://github.com/ros2/rcpputils.git
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ language: generic
3
3
os :
4
4
- linux
5
5
- osx
6
- dist : bionic
6
+ dist : focal
7
7
env :
8
8
global :
9
9
- AMENT_WS=~/ament_ws
@@ -41,13 +41,16 @@ 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/mimick_vendor.git
53
+ - git clone https://github.com/ros2/performance_test_fixture.git
51
54
- git clone https://github.com/ros2/python_cmake_module.git
52
55
- git clone https://github.com/ros2/rcutils.git
53
56
- git clone https://github.com/ros2/rcpputils.git
You can’t perform that action at this time.
0 commit comments