File tree Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- feature/multi_floor
7
+ pull_request :
8
+ branches :
9
+ - feature/multi_floor
7
10
8
11
jobs :
9
12
build :
17
20
submodules : recursive
18
21
19
22
- name : Build
20
- run : . /opt/ros/humble/setup.sh && ./.github/workflows/setup.sh && colcon build
23
+ run : . /opt/ros/humble/setup.sh && ./.github/workflows/setup.sh && colcon build
24
+
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- feature/multi_floor
7
+ pull_request :
8
+ branches :
9
+ - feature/multi_floor
7
10
8
11
jobs :
9
12
build :
17
20
submodules : recursive
18
21
19
22
- name : Build
20
- run : . /opt/ros/iron/setup.sh && ./.github/workflows/setup.sh && colcon build
23
+ run : . /opt/ros/iron/setup.sh && ./.github/workflows/setup.sh && colcon build
24
+
Original file line number Diff line number Diff line change
1
+ name : ROS 2 Jazzy
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - feature/multi_floor
7
+ pull_request :
8
+ branches :
9
+ - feature/multi_floor
10
+
11
+ jobs :
12
+ build :
13
+ runs-on : ubuntu-latest
14
+ container :
15
+ image : ros:jazzy
16
+ steps :
17
+ - name : Create Workspace and checkout code
18
+ uses : actions/checkout@v3
19
+ with :
20
+ submodules : recursive
21
+
22
+ - name : Build
23
+ run : . /opt/ros/humble/setup.sh && ./.github/workflows/setup.sh && colcon build
You can’t perform that action at this time.
0 commit comments