summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ports_renesas-ra.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/workflows/ports_renesas-ra.yml b/.github/workflows/ports_renesas-ra.yml
new file mode 100644
index 000000000..20e068ee7
--- /dev/null
+++ b/.github/workflows/ports_renesas-ra.yml
@@ -0,0 +1,24 @@
+name: renesas-ra port
+
+on:
+ push:
+ pull_request:
+ paths:
+ - '.github/workflows/*.yml'
+ - 'tools/**'
+ - 'py/**'
+ - 'extmod/**'
+ - 'lib/**'
+ - 'drivers/**'
+ - 'ports/renesas-ra/**'
+
+jobs:
+ build_renesas_ra_board:
+ runs-on: ubuntu-20.04
+ steps:
+ - uses: actions/checkout@v2
+ - name: Install packages
+ run: source tools/ci.sh && ci_renesas_ra_setup
+ - name: Build
+ run: source tools/ci.sh && ci_renesas_ra_board_build
+