Skip to content

Commit 02e9a39

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

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.appveyor.yml

+3
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,8 @@ 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/mimick_vendor.git
44+
- git clone https://github.com/ros2/performance_test_fixture.git
4245
- git clone https://github.com/ros2/python_cmake_module.git
4346
- git clone https://github.com/ros2/rcutils.git
4447
- git clone https://github.com/ros2/rcpputils.git

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: generic
33
os:
44
- linux
55
- osx
6-
dist: bionic
6+
dist: focal
77
env:
88
global:
99
- AMENT_WS=~/ament_ws
@@ -41,13 +41,16 @@ 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/mimick_vendor.git
53+
- git clone https://github.com/ros2/performance_test_fixture.git
5154
- git clone https://github.com/ros2/python_cmake_module.git
5255
- git clone https://github.com/ros2/rcutils.git
5356
- git clone https://github.com/ros2/rcpputils.git

0 commit comments

Comments
 (0)