Skip to content

Commit e214ae0

Browse files
github/workflows: Add workflow for renesas-ra port.
Signed-off-by: Takeo Takahashi <takeo.takahashi.xv@renesas.com>
1 parent 86e3517 commit e214ae0

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: renesas-ra port
2+
3+
on:
4+
push:
5+
pull_request:
6+
paths:
7+
- '.github/workflows/*.yml'
8+
- 'tools/**'
9+
- 'py/**'
10+
- 'extmod/**'
11+
- 'lib/**'
12+
- 'drivers/**'
13+
- 'ports/renesas-ra/**'
14+
15+
jobs:
16+
build_renesas_ra_board:
17+
runs-on: ubuntu-20.04
18+
steps:
19+
- uses: actions/checkout@v2
20+
- name: Install packages
21+
run: source tools/ci.sh && ci_renesas_ra_setup
22+
- name: Build
23+
run: source tools/ci.sh && ci_renesas_ra_board_build
24+

0 commit comments

Comments
 (0)