summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRICCIARDI-Adrien <adrien.ricciardi@hotmail.fr>2020-12-31 12:18:43 +0100
committerRICCIARDI-Adrien <adrien.ricciardi@hotmail.fr>2021-01-01 16:59:00 +0100
commitd0d45511790c22865c73433b5bc0ce850fc66aa0 (patch)
tree6c325571a71e13f039ee912763ace54cfda33d07 /.github
parentf83cacece31325699c72959d0a0099aae8976f3b (diff)
downloadppp-d0d45511790c22865c73433b5bc0ce850fc66aa0.tar.gz
Started Buildroot GitHub action. It can currently only retrieve latest stable Buildroot sources.
Signed-off-by: RICCIARDI-Adrien <adrien.ricciardi@hotmail.fr>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/buildroot.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/buildroot.yaml b/.github/workflows/buildroot.yaml
new file mode 100644
index 0000000..6e17f8e
--- /dev/null
+++ b/.github/workflows/buildroot.yaml
@@ -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