included prerequisites and system requiremnts for the repository in t… #20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: argus_sensors package CI | |
| on: | |
| push: | |
| branches: [ main ] | |
| pull_request: | |
| branches: [ main ] | |
| jobs: | |
| build-and-test: | |
| runs-on: ubuntu-latest | |
| container: | |
| image: rostooling/setup-ros-docker:ubuntu-jammy-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Build and test argus_sensors | |
| uses: ros-tooling/action-ros-ci@v0.4 | |
| with: | |
| package-name: argus_sensors | |
| target-ros2-distro: humble | |
| colcon-defaults: | | |
| { | |
| "build": { | |
| "symlink-install": true | |
| } | |
| } | |