File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - jazzy
2121 - kilted
2222 - rolling
23- include :
24- - ros_distribution : jazzy
25- ros_binary_url : https://github.com/ros2/ros2/releases/download/release-jazzy-20260128/ros2-jazzy-20260128-windows-release-amd64.zip
2623 steps :
2724 - name : Setup Node.js ${{ matrix.node-version }}
2825 uses : actions/setup-node@v6
3936 with :
4037 required-ros-distributions : ${{ matrix.ros_distribution }}
4138
42- - name : Install 7-Zip and wget
43- if : ${{ matrix.ros_distribution == 'jazzy' }}
44- shell : powershell
45- run : |
46- choco install 7zip wget -y
47-
48- - name : Download ROS2 Jazzy binary
49- if : ${{ matrix.ros_distribution == 'jazzy' }}
50- shell : bash
51- run : |
52- wget --quiet ${{ matrix.ros_binary_url }} -O jazzy.zip
53- 7z x jazzy.zip -y -o/c/dev/jazzy
54-
5539 - name : Prebuild - Setup VS Dev Environment
5640 uses : seanmiddleditch/gha-setup-vsdevenv@v4
5741
6751 if : ${{ matrix.ros_distribution == 'jazzy' }}
6852 shell : cmd
6953 run : |
70- call "c:\dev\jazzy \ros2-windows\setup.bat"
54+ call "c:\dev\${{ matrix.ros_distribution }} \ros2-windows\setup.bat"
7155 npm test
You can’t perform that action at this time.
0 commit comments