Sign inSign up

trinhpham/openstm32

By trinhpham

Updated almost 7 years ago

Containerize the Open STM32 building process

Image
0

417

trinhpham/openstm32 repository overview

OpenSTM32 Builder

Containerize the Open STM32 building process to help my team

  • Develop CI easily
  • Having Pull Request verification

Usage

Mount your project folder into /src then let the build script build all configurations you have.

docker run -it --rm -v /myProject:/src trinhpham/openstm32

TODO

  • Dockerfile is adaptable to any versions of OpenSTM32 (not hard code)
  • Auto rebuild when new version of OpenSTM32 is released
  • Multiple projects support
  • Able to specify configuration to be built

Contribution

PR are always welcome, guys :)

Tag summary

Content type

Image

Digest

Size

1.1 GB

Last updated

almost 7 years ago

docker pull trinhpham/openstm32