Commit graph

20 commits

Author SHA1 Message Date
Kristian Sloth Lauszus f087a57895 Added support for ESP8266
Fixes #262
2016-10-25 00:07:51 -05:00
Kristian Sloth Lauszus 7efc0c766e Warnings in the MIDI library were fixed upstream: 5b3e4ac097. 2016-04-24 23:49:53 +02:00
Kristian Sloth Lauszus 43b0736cf3 Just skip the bidrectional_converter example for now 2016-04-24 09:58:03 +02:00
Kristian Sloth Lauszus 0c70f742db Don't treat warnings as errors in the bidrectional_converter example 2016-04-24 02:51:10 +02:00
Kristian Sloth Lauszus c2a0c98d71 Disable some more warnings in the MIDI examples 2016-04-24 02:37:34 +02:00
Kristian Sloth Lauszus 738adc67f6 Fixed some warnings in the MIDI examples 2016-04-24 02:02:33 +02:00
Kristian Sloth Lauszus 412c6665e2 Added some missing examples to travis build 2016-04-24 01:38:08 +02:00
Kristian Sloth Lauszus 938880b71d Ignore strict-aliasing warning 2016-04-19 17:04:20 +02:00
Kristian Sloth Lauszus 38ed04fe77 Turn on warnings when building using Travis and make all warnings errors
This should catch warnings when people are sending PRs. For instance: 178af85a26
2016-04-19 12:03:39 +02:00
Kristian Sloth Lauszus fc0f7ead5d Try to enable serial debugging in Travis again 2016-04-14 23:02:12 +02:00
Ivan Kravets 906e6c0694 Cache @PlatformIO packages using @travis-ci container-based infrastructure 2015-10-19 15:57:59 +01:00
Kristian Sloth Lauszus 6d88254989 Migrate Travis from legacy to container-based infrastructure
See: http://docs.travis-ci.com/user/migrating-from-legacy
2015-07-24 00:31:15 +02:00
Ivan Kravets 0811d917d7 Switch to stable release of @PlatformIO 2015-05-27 17:14:31 +03:00
Kristian Sloth Lauszus 81ba812611 Use PLATFORMIO_BUILD_FLAGS to define WIICAMERA 2015-05-23 18:53:37 +02:00
Kristian Sloth Lauszus 30e399f276 Remove all files names from .travis.yml to make it consistent 2015-05-23 16:14:11 +02:00
Ivan Kravets aceb03a948 Improve examples handling 2015-05-23 15:14:04 +03:00
Ivan Kravets ee4a1fdd12 Use external libs from submodules 2015-05-23 13:00:46 +03:00
Kristian Sloth Lauszus c7f9ed65e9 Don't run examples inside submodules and add libraries needed by testusbhostFAT.ino 2015-05-23 03:03:42 +02:00
Kristian Sloth Lauszus 251efba57b Added all example to .travis.yml
The list was generated using:
find . -type f  -name '*.ino' | awk '{ print "- PLATFORMIO_CI_SRC="$1 }' | sed 's/.\///'
2015-05-23 02:17:11 +02:00
Ivan Kravets 4839669636 Continuous Integration with TravisCI + PlatformIO
More details http://docs.platformio.org/en/latest/ci/travis.html
2015-05-23 00:00:46 +03:00