Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suppress cppcheck unknownMacro #237

Merged
merged 1 commit into from
Sep 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ repositories:

ros2/rosidl_typesupport_fastrtps/COLCON_IGNORE: *empty_repo
ros2/rmw_fastrtps/COLCON_IGNORE: *empty_repo

ament/ament_lint:
type: git
url: https://github.com/ament/ament_lint.git
version: pull/268/merge
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: sed -e 's/azure.archive.ubuntu.com/us.archive.ubuntu.com/g' -e t -e d /etc/apt/sources.list | sudo tee /etc/apt/sources.list.d/nonazure.list
- name: Acquire ROS dependencies
uses: ros-tooling/setup-ros@master
- name: Set up git to see all pull requests
run: git config --global --add remote.origin.fetch '+refs/pull/*:refs/remotes/origin/pull/*'
- name: Build and test ROS
id: ros_ci
uses: ros-tooling/action-ros-ci@0.0.19
Expand All @@ -37,4 +39,4 @@ jobs:
target-ros2-distro: ${{matrix.rosdistro}}
vcs-repo-file-url: >
https://raw.githubusercontent.com/ros2/ros2/${{ matrix.repos_branch }}/ros2.repos
https://raw.githubusercontent.com/${{github.repository}}/${{github.sha}}/.github/resources/suppress_other_rmw.repos
https://raw.githubusercontent.com/${{github.repository}}/${{github.sha}}/.github/resources/local.repos