aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ports_rp2.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.github/workflows/ports_rp2.yml b/.github/workflows/ports_rp2.yml
new file mode 100644
index 000000000..668b79cae
--- /dev/null
+++ b/.github/workflows/ports_rp2.yml
@@ -0,0 +1,23 @@
+name: rp2 port
+
+on:
+ push:
+ pull_request:
+ paths:
+ - '.github/workflows/*.yml'
+ - 'tools/**'
+ - 'py/**'
+ - 'extmod/**'
+ - 'lib/**'
+ - 'drivers/**'
+ - 'ports/rp2/**'
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - name: Install packages
+ run: source tools/ci.sh && ci_rp2_setup
+ - name: Build
+ run: source tools/ci.sh && ci_rp2_build