Rotzbua
4e64049676
fix platformio output throw grep error
2018-08-27 23:32:26 +02:00
Rotzbua
99747195f9
Revert "workaround build script"
...
This reverts commit 01f3c6143a .
2017-10-20 17:48:52 +02:00
Rotzbua
01f3c6143a
workaround build script
...
temp remove teensy from build script, because it fails all time
2017-04-07 10:12:47 +02:00
Ryan
530f8373d2
Created rfid_read_personal_data.ino ( #304 )
...
* Create rfid_read_personal_data.ino
* Sample code to read personal data that was written by "rfid_write_personal_data.ino" in "examples".
* Add new example to .travis.yml
2017-04-07 10:08:00 +02:00
Rotzbua
5f6c8f9a01
extend travis build script
...
only show errors and resources
2017-03-13 13:27:22 +01:00
omersiar
c1c8d28a0b
Update .travis.yml
...
Problematic Example Update
2016-11-17 14:21:08 +02:00
Rotzbua
76fec6f381
add teensy2 to travis
...
and only show error/warning
2016-06-28 17:29:45 +02:00
Rotzbua
4bf0cb872f
Merge branch 'master' into new-travis
2016-02-15 17:27:58 +01:00
Rotzbua
7d4cf94e38
extend travis test for different boards
...
- add notice to readme for compatible boards
2016-02-15 17:24:42 +01:00
liviu
2bfb6481c0
Interrupt example.
2016-02-03 19:14:06 +01:00
Miguel Balboa
7c9f07cd74
Merged github.com/stefanblommaert/rfid.git
2016-01-19 08:51:36 -08:00
techied
032d806a8c
Renamed files
...
Renamed the servo.ino file to servo_motor.ino file as per request and
updated the .travis.yml
2016-01-18 21:52:48 -08:00
stefanblommaert
42a6f1b06c
Update .travis.yml
2016-01-16 12:05:06 +01:00
techied
356130f58d
Update .travis.yml
2016-01-14 19:09:41 -08:00
techied
dc17429af0
Update .travis.yml
2016-01-14 19:03:14 -08:00
Miguel Balboa
04d8300727
Added examples/ReadNUID/ReadNUID.ino to .travis.yml
2016-01-04 23:17:53 -08:00
Ivan Kravets
543bb8a8b3
Test examples for Teensy 3.1
2016-01-04 03:18:42 +02:00
Miguel Balboa
a9d8172a92
Added Ntag216_AUTH.ino to .travis.yml
2016-01-03 16:59:43 -08:00
Ivan Kravets
3d9ff82512
Continuous Integration using @PlatformIO and @travis-ci
...
@PlatformIO (an open source ecosystem for IoT development) in pair with @travis-ci (an open-source hosted, distributed continuous integration service) 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
## Quickstart
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)
## Status Badge
You can add [badge with build status](https://docs.travis-ci.com/user/status-images/ ) to your README
**Markdown**
```
[](https://travis-ci.org/miguelbalboa/rfid )
```
**RST**
```
.. image:: https://travis-ci.org/miguelbalboa/rfid.svg?branch=master
:target: https://travis-ci.org/miguelbalboa/rfid
```
## Examples
* Project [USB_Host_Shield_2.0](https://github.com/felis/USB_Host_Shield_2.0 ) [](https://travis-ci.org/felis/USB_Host_Shield_2.0 )
* Project [Arduino-IRremote](https://github.com/z3t0/Arduino-IRremote ) [](https://travis-ci.org/z3t0/Arduino-IRremote )
* Project [ethercard](https://github.com/jcw/ethercard ) [](https://travis-ci.org/jcw/ethercard )
2015-12-08 13:15:13 +02:00