summaryrefslogtreecommitdiff
path: root/.github/workflows/buildroot.yaml
blob: 6e17f8ee35c58f8eb9853e79006e56e78fbcdfd6 (plain)
1
2
3
4
5
6
7
8
9
name: Buildroot
on: [push]

jobs:
  matrix_build:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout Buildroot sources
        run: git clone --depth=1 --branch=2020.11.1 https://git.busybox.net/buildroot