In the role of a software developer I want to have a continou integration build of the CarSimulator, such that I quicky see failed test tests and deploy the software to any Raspberry Pi without the need to build it myself.
Acceptance Criteria:
CarSimulator is built on a open CI server (possibly travisCI)
The CarSimulator is built for Raspberry Pi, i.e. ARM Architecture / Raspbian (preferably using a cross-compiler)
The tests are run on ARM platform (emulated Raspberry Pi or similar)
In the role of a software developer I want to have a continou integration build of the CarSimulator, such that I quicky see failed test tests and deploy the software to any Raspberry Pi without the need to build it myself.
Acceptance Criteria: