feat(colcon): install vcstool, check for depends.repos in the case of… #210
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: Test install-dependencies (ROS) | |
| on: [push, pull_request] | |
| jobs: | |
| build: | |
| strategy: | |
| fail-fast: false | |
| matrix: | |
| install: [true, false] | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - name: Test install ROS dependencies | |
| uses: jrl-umi3218/github-actions/install-dependencies@master | |
| with: | |
| ros: | | |
| apt: ros-base | |
| workspace: | |
| - path: jrl-umi3218/mc_rtc_msgs | |
| - path: jrl-umi3218/mc_rtc_data | |
| install: ${{ matrix.install }} | |
| - name: Check package installation | |
| run: | | |
| set -x | |
| set -e | |
| ros2 pkg prefix jvrc_description |