Skip to content

itschumba/pioUnitTestExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Running the Project Using Docker

  1. Build the Docker image
cd pio/pioAtomTest-1/
docker build -t pio-ventilator .
  1. Run pio run -e megaatmega2560 in a Docker container based on the image built
docker run --rm -it pio-ventilator

Note: If you choose to run a different pio sub-command in the container, e.g test -e megaatmega2560 -v --without-uploading --no-reset, do so by adding it to the end of the docker run command:

docker run --rm -it pio-ventilator test -e  megaatmega2560 -v --without-uploading --no-reset

About

A test project to demonstrate that atom + pio can play nice and run unit tests successfully

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors