Skip to content

Commit

Permalink
Add performance_test_fixture to appveyor/travis configs
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Brawner <[email protected]>
  • Loading branch information
brawner committed Nov 23, 2020
1 parent c4d8ac1 commit 02e9a39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ install:
- git clone https://github.com/ament/ament_lint.git
- git clone https://github.com/ament/ament_package.git
- git clone https://github.com/ament/googletest.git
- git clone https://github.com/ament/google_benchmark_vendor.git
- git clone https://github.com/ament/uncrustify_vendor.git
- cd ..
- mkdir osrf
Expand All @@ -39,6 +40,8 @@ install:
- git clone https://github.com/ros2/ament_cmake_ros.git
- git clone https://github.com/ros2/console_bridge_vendor.git
- git clone https://github.com/ros2/launch.git
- git clone https://github.com/ros2/mimick_vendor.git
- git clone https://github.com/ros2/performance_test_fixture.git
- git clone https://github.com/ros2/python_cmake_module.git
- git clone https://github.com/ros2/rcutils.git
- git clone https://github.com/ros2/rcpputils.git
Expand Down
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: generic
os:
- linux
- osx
dist: bionic
dist: focal
env:
global:
- AMENT_WS=~/ament_ws
Expand Down Expand Up @@ -41,13 +41,16 @@ script:
- git clone https://github.com/ament/ament_lint.git
- git clone https://github.com/ament/ament_package.git
- git clone https://github.com/ament/googletest.git
- git clone https://github.com/ament/google_benchmark_vendor.git
- git clone https://github.com/ament/uncrustify_vendor.git
- cd $AMENT_WS_SRC/osrf
- git clone https://github.com/osrf/osrf_testing_tools_cpp.git
- cd $AMENT_WS_SRC/ros2
- git clone https://github.com/ros2/ament_cmake_ros.git
- git clone https://github.com/ros2/console_bridge_vendor.git
- git clone https://github.com/ros2/launch.git
- git clone https://github.com/ros2/mimick_vendor.git
- git clone https://github.com/ros2/performance_test_fixture.git
- git clone https://github.com/ros2/python_cmake_module.git
- git clone https://github.com/ros2/rcutils.git
- git clone https://github.com/ros2/rcpputils.git
Expand Down

0 comments on commit 02e9a39

Please sign in to comment.