Skip to content

Commit

Permalink
include dependencies critical without binaries (#30)
Browse files Browse the repository at this point in the history
* include dependencies critical without binaries

* rolling

* update image

* removing cppcheck

* remove author info

* try local reference
  • Loading branch information
SteveMacenski committed Nov 11, 2023
1 parent e52f039 commit e6b8acf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/deps.repos
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
repositories:
Fields2Cover/Fields2Cover:
type: git
url: https://github.com/Fields2Cover/Fields2Cover.git
version: main
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
name: ament_${{ matrix.linter }}
runs-on: ubuntu-latest
container:
image: rostooling/setup-ros-docker:ubuntu-focal-ros-iron-ros-base-latest
image: rostooling/setup-ros-docker:ubuntu-jammy-ros-iron-ros-base-latest
strategy:
fail-fast: false
matrix:
linter: [copyright, xmllint, cppcheck, cpplint, uncrustify, pep257, flake8]
linter: [copyright, xmllint, cpplint, uncrustify, pep257, flake8]
steps:
- uses: actions/checkout@v2
- uses: ros-tooling/action-ros-lint@v0.1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
import-token: ${{ secrets.GITHUB_TOKEN }}
target-ros2-distro: ${{ matrix.ros_distro }}
vcs-repo-file-url: ./.github/deps.repos
- uses: actions/upload-artifact@v1
with:
name: colcon-logs
Expand Down
1 change: 0 additions & 1 deletion opennav_coverage_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<name>opennav_coverage_msgs</name>
<version>0.0.1</version>
<description>A set of ROS interfaces for complete coverage planning</description>
<author email="steve@opennav.org">Steve Macenski</author>
<maintainer email="steve@opennav.org">Steve Macenski</maintainer>
<license>Apache-2.0</license>

Expand Down

0 comments on commit e6b8acf

Please sign in to comment.