Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ros/class_loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 02e9a3947e1f3d6c88f40a73a6de633bc0ea4742
Choose a base ref
..
head repository: ros/class_loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c4d8ac184a94dd294321b07267191226ca36d631
Choose a head ref
Showing with 1 addition and 7 deletions.
  1. +0 −3 .appveyor.yml
  2. +1 −4 .travis.yml
3 changes: 0 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -28,7 +28,6 @@ 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
@@ -40,8 +39,6 @@ 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
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ language: generic
os:
- linux
- osx
dist: focal
dist: bionic
env:
global:
- AMENT_WS=~/ament_ws
@@ -41,16 +41,13 @@ 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