deacoder / mongoose-os-action

Github action with mongoose-os environment and mos tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mongoose OS docker action

This action bundles Mongoose OS with mos tool to build firmware.

Inputs

mos-yml-path

Required Path to mos.yml. Default ".".

platform

Required The platform to build firmware for. Default "esp8266".

Outputs

None

Example usage

uses: dea82/mongoose-os-action@v1.0.0
with:
  mos-yml-path: .
  platform: esp8266

About

Github action with mongoose-os environment and mos tool

License:Other


Languages

Language:Shell 55.8%Language:Dockerfile 44.2%