Skip to content

[Software][Cyclope controller] Added the empty web page that allows t… #80

[Software][Cyclope controller] Added the empty web page that allows t…

[Software][Cyclope controller] Added the empty web page that allows t… #80

Workflow file for this run

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