Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,21 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.1
with:
path: hurocup
path: src/gyakuenki_cpp

- name: Import Gyakuenki Repos
run: |
sudo apt update
sudo apt install -y \
python3-pip
pip3 install --user vcstool
cd src
vcs import < gyakuenki_cpp/gyakuenki.repos

- name: Setup workspace
uses: ichiro-its/ros2-ws-action/setup@v1.0.1
with:
distro: jazzy

- name: Build workspace
uses: ichiro-its/ros2-ws-action/build@v1.0.1
17 changes: 17 additions & 0 deletions gyakuenki.repos
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
repositories:
jitsuyo:
type: git
url: https://github.com/ichiro-its/jitsuyo.git
version: enhancement/nlohmann-dependency

keisan:
type: git
url: https://github.com/ichiro-its/keisan.git

ninshiki_interfaces:
type: git
url: https://github.com/ichiro-its/ninshiki_interfaces.git

gyakuenki_interfaces:
type: git
url: https://github.com/ichiro-its/gyakuenki_interfaces.git