Skip to content

wip

wip #86

Workflow file for this run

name: Buildroot build
on: [push]
jobs:
buildroot_build:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
with:
fetch-depth: '0'
submodules: 'recursive'
- name: Buildroot distribution build
run: |
make -C Software/buildroot BR2_EXTERNAL=$(realpath .)/Software/cyclope cyclope_defconfig
make -C Software/buildroot