Skip to content

Commit cffc0e0

Browse files
committed
feat: update workflow ros2 distro
1 parent 3d2d6a2 commit cffc0e0

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,24 @@ jobs:
99
name: Build and Test
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Checkout
12+
- name: Checkout gyakuenki_cpp
1313
uses: actions/checkout@v4.1.1
1414
with:
15-
path: hurocup
15+
path: src/gyakuenki_cpp
16+
17+
- name: Import Gyakuenki Repos
18+
run: |
19+
sudo apt update
20+
sudo apt install -y \
21+
python3-pip
22+
pip3 install --user vcstool
23+
cd src
24+
vcs import < gyakuenki_cpp/gyakuenki.repos
1625
1726
- name: Setup workspace
1827
uses: ichiro-its/ros2-ws-action/setup@v1.0.1
28+
with:
29+
distro: jazzy
1930

2031
- name: Build workspace
2132
uses: ichiro-its/ros2-ws-action/build@v1.0.1

gyakuenki.repos

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
repositories:
2+
jitsuyo:
3+
type: git
4+
url: https://github.com/ichiro-its/jitsuyo.git
5+
version: enhancement/nlohmann-dependency
6+
7+
keisan:
8+
type: git
9+
url: https://github.com/ichiro-its/keisan.git
10+
11+
ninshiki_interfaces:
12+
type: git
13+
url: https://github.com/ichiro-its/ninshiki_interfaces.git
14+
15+
gyakuenki_interfaces:
16+
type: git
17+
url: https://github.com/ichiro-its/gyakuenki_interfaces.git

0 commit comments

Comments
 (0)