Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Delgado <jdelgado@gmx.net>2020-12-26 00:52:35 +0300
committerJan Delgado <jdelgado@gmx.net>2020-12-30 15:54:05 +0300
commit6eb61348676fbb08be200ce3843bc6de10b070e4 (patch)
tree51f5b4f645fb0a77398ab177e724e8b1336ba711 /README.md
parent47e033b17ded4d35cfd8be8c9efabe40e49e4bfd (diff)
build examples in CI using github actions
The examples are built for various different boards/platforms. Where necessary, examples were changed to enable compilation also for ESP8266 and ESP32 platforms.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9f2a3cae..6bc0239b 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/FastLED/public)
[![arduino-library-badge](https://www.ardu-badge.com/badge/FastLED.svg)](https://www.ardu-badge.com/FastLED)
+![build status](https://github.com/FastLED/FastLED/workflows/build/badge.svg)
IMPORTANT NOTE: For AVR based systems, avr-gcc 4.8.x is supported and tested. This means Arduino 1.6.5 and later.