File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed
Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments