Skip to content

Prepare a docker image for build esp8266-rtos-sdk firmwares

License

Notifications You must be signed in to change notification settings

airmeter-io/esp8266-rtos-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project builds a docker image, placed at nsfilho/esp8266-rtos-sdk:3.3.

The goal of this docker image is provide a complete isolated environment for build firmwares, making easy the entire process.

Example

You can see a sample of use in github actions on E12AIO3 Firmware

name: ESP8266-RTOS-SDK Build

on:
    push:
        branches: [master]

jobs:
    build:
        runs-on: ubuntu-latest
        steps:
            - uses: actions/checkout@v2
            - uses: nsfilho/esp8266-rtos-sdk@v2

Thank you and enjoy!

About

Prepare a docker image for build esp8266-rtos-sdk firmwares

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 49.1%
  • Makefile 27.8%
  • Shell 23.1%