]> git.ozlabs.org Git - ppp.git/blobdiff - .github/workflows/buildroot.yaml
Started Buildroot GitHub action. It can currently only retrieve latest stable Buildro...
[ppp.git] / .github / workflows / buildroot.yaml
diff --git a/.github/workflows/buildroot.yaml b/.github/workflows/buildroot.yaml
new file mode 100644 (file)
index 0000000..6e17f8e
--- /dev/null
@@ -0,0 +1,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