Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker support? #661

Open
cdupont opened this issue May 3, 2021 · 1 comment
Open

docker support? #661

cdupont opened this issue May 3, 2021 · 1 comment

Comments

@cdupont
Copy link

cdupont commented May 3, 2021

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

@tuna-f1sh
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants