From: RICCIARDI-Adrien Date: Thu, 31 Dec 2020 11:18:43 +0000 (+0100) Subject: Started Buildroot GitHub action. It can currently only retrieve latest stable Buildro... X-Git-Tag: v2.4.9~13^2~5 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=d0d45511790c22865c73433b5bc0ce850fc66aa0;p=ppp.git Started Buildroot GitHub action. It can currently only retrieve latest stable Buildroot sources. Signed-off-by: RICCIARDI-Adrien --- 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