Ivan Kravets
|
7f596dcb18
|
Continuous Integration using @PlatformIO and @travis-ci
@PlatformIO (an open source ecosystem for IoT development) in pair with @travis-ci proposes to apply continuos integration for embedded projects in a few clicks.
* Official Travis CI Documentation for PlatformIO: https://docs.travis-ci.com/user/integration/platformio/
* PlatformIO documentation for Travis CI: http://docs.platformio.org/en/latest/ci/travis.html
Please enable Travis.CI for this project http://docs.travis-ci.com/user/getting-started/#To-get-started-with-Travis-CI%3A (steps 1, 2, 5)
What is more, you can add badge with build status to your README
**Markdown**
```
[](https://travis-ci.orgLowPowerLab/SPIFlash)
```
**RST**
```
.. image:: https://travis-ci.org/LowPowerLab/SPIFlash.svg?branch=master
:target: https://travis-ci.org/LowPowerLab/SPIFlash
```
|
2015-12-08 11:59:29 +02:00 |