aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ports_teensy.yml
blob: 7ae77c80af6041882c8f2a3210f6d4caf4c43a04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: teensy port

on:
  push:
  pull_request:
    paths:
      - '.github/workflows/*.yml'
      - 'tools/**'
      - 'py/**'
      - 'extmod/**'
      - 'lib/**'
      - 'drivers/**'
      - 'ports/teensy/**'

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: Install packages
      run: source tools/ci.sh && ci_teensy_setup
    - name: Build
      run: source tools/ci.sh && ci_teensy_build