You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
do you think Arduino-Makefile can run in a docker container?
If yes, is it possible to add a Dockerfile to this repo?
This Dockerfile would build the environment necessary to compile Arduino sketchs: Install Arduino IDE etc.
It can be useful to run some automated tests for Arduino, without needing to install stuff on your PC.
Have a look at the tests - all the examples are compiled and tested in a Travis script, using a Ubuntu box with the required packages. It would not be too hard to created a Dockerfile based on this.
Hello,
do you think Arduino-Makefile can run in a docker container?
If yes, is it possible to add a Dockerfile to this repo?
This Dockerfile would build the environment necessary to compile Arduino sketchs: Install Arduino IDE etc.
It can be useful to run some automated tests for Arduino, without needing to install stuff on your PC.
For example this Dockerfile could be used as a base:
https://github.com/tombenke/darduino
The text was updated successfully, but these errors were encountered: