abersailbot / dewi

http://dewi.readthedocs.org/
GNU General Public License v3.0
0 stars 2 forks source link

Configure working CI #1

Closed kragniz closed 8 years ago

kragniz commented 8 years ago

Probably using CircleCI, take a raspbian image and deploy this repository. Run some sanity checks to makes sure the components work together (for example, boatd starts when loaded with config and the driver).

Resources:

kragniz commented 8 years ago

A different approach was taken to the one proposed in this issue. A raw disk image is prepared locally (see http://dewi.readthedocs.org/en/latest/testing.html) and booted on a TravisCI node with qemu-system-arm. As of 121c4fc25f2306b440851492df1af295f6fb33cb, this works for commands sent over ssh. Work still needs to be done on running actual tests, but the base system for running the tests is done.