Login  Register

Re: v2 continuing development

Posted by Gnomad on Jul 20, 2020; 7:43am
URL: https://itus.accessinnov.com/FIRMWARE-Itus-Shield-v2-tp2014p2108.html

Grommish, you may/not be aware yet of Github Actions?
https://github.com/features/actions

Basically, you can setup a pipeline to automatically build stuff (via containers to your own spec) whenever you push updates to the repo.  This could save you a heap of desktop build effort, maybe even allow you to automate whenever the upstream OpenWrt master branch changes.

Looks like some people have already worked on similar for OpenWrt - e.g.
a readme and file to define the action workflow
https://github.com/P3TERX/Actions-OpenWrt/blob/master/.github/workflows/build-openwrt.yml

You'd just need to copy & adapt that yaml for the Itus device, drop it into the same named folder `.github/workflows`..
OpenWrt SNAPSHOT, r10391-3d8d528939