Docker image for arduino-esp8266 CI builds
666
Contains Arduino IDE, Python, git, and a copy of ESP8266 toolchain.
Build the image
docker build -t arduino-docker .
Run the image
cd arduino-esp866-dir
docker run --rm -v $PWD:/build -it arduino-docker
Build arduino-esp8266 tests
# install tools, can be done once
cd tools
cp /opt/dist/* dist/
./get.py
cd ../
# build tests
cd tests/device
export UPLOAD_PORT=none
make V=1 NO_UPLOAD=1 NO_RUN=1
Content type
Image
Digest
Size
527.1 MB
Last updated
over 8 years ago
docker pull igrr/arduino-esp8266-docker