Skip to content

Github action with mongoose-os environment and mos tool

License

Notifications You must be signed in to change notification settings

deacoder/mongoose-os-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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