Skip to content

Commit 316a082

Browse files
authored
add iron ci to iron branch (#28)
Signed-off-by: ijnek <[email protected]>
1 parent 5a779e9 commit 316a082

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Build and Test (iron)
2+
3+
on:
4+
# Triggers the workflow on push
5+
push:
6+
branches: [ iron ]
7+
8+
# Triggers the workflow on pull requests
9+
pull_request:
10+
branches: [ iron ]
11+
12+
# Allows you to run this workflow manually from the Actions tab
13+
workflow_dispatch:
14+
15+
jobs:
16+
build:
17+
runs-on: ubuntu-latest
18+
container:
19+
image: ubuntu:jammy
20+
21+
steps:
22+
- uses: ros-tooling/[email protected]
23+
with:
24+
use-ros2-testing: true
25+
- uses: ros-tooling/[email protected]
26+
with:
27+
target-ros2-distro: iron

0 commit comments

Comments
 (0)