Skip to content

Commit 74fc1f2

Browse files
committed
Add performance_test_fixture to appveyor/travis configs
Signed-off-by: Stephen Brawner <[email protected]>
1 parent c4d8ac1 commit 74fc1f2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.appveyor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ install:
2828
- git clone https://github.com/ament/ament_lint.git
2929
- git clone https://github.com/ament/ament_package.git
3030
- git clone https://github.com/ament/googletest.git
31+
- git clone https://github.com/ament/google_benchmark_vendor.git
3132
- git clone https://github.com/ament/uncrustify_vendor.git
3233
- cd ..
3334
- mkdir osrf
@@ -39,6 +40,7 @@ install:
3940
- git clone https://github.com/ros2/ament_cmake_ros.git
4041
- git clone https://github.com/ros2/console_bridge_vendor.git
4142
- git clone https://github.com/ros2/launch.git
43+
- git clone https://github.com/ros2/performance_test_fixture.git
4244
- git clone https://github.com/ros2/python_cmake_module.git
4345
- git clone https://github.com/ros2/rcutils.git
4446
- git clone https://github.com/ros2/rcpputils.git

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,15 @@ script:
4141
- git clone https://github.com/ament/ament_lint.git
4242
- git clone https://github.com/ament/ament_package.git
4343
- git clone https://github.com/ament/googletest.git
44+
- git clone https://github.com/ament/google_benchmark_vendor.git
4445
- git clone https://github.com/ament/uncrustify_vendor.git
4546
- cd $AMENT_WS_SRC/osrf
4647
- git clone https://github.com/osrf/osrf_testing_tools_cpp.git
4748
- cd $AMENT_WS_SRC/ros2
4849
- git clone https://github.com/ros2/ament_cmake_ros.git
4950
- git clone https://github.com/ros2/console_bridge_vendor.git
5051
- git clone https://github.com/ros2/launch.git
52+
- git clone https://github.com/ros2/performance_test_fixture.git
5153
- git clone https://github.com/ros2/python_cmake_module.git
5254
- git clone https://github.com/ros2/rcutils.git
5355
- git clone https://github.com/ros2/rcpputils.git

0 commit comments

Comments
 (0)