mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01:00
Travis: Compile all examples with PlatformIO
This commit is contained in:
@@ -4,7 +4,7 @@ pip install --user platformio
|
||||
|
||||
rm -r test
|
||||
|
||||
for EXAMPLE in JsonParserExample JsonGeneratorExample
|
||||
for EXAMPLE in $PWD/examples/*/*.ino;
|
||||
do
|
||||
platformio ci examples/$EXAMPLE/$EXAMPLE.ino -l '.' -b $BOARD
|
||||
platformio ci $EXAMPLE -l '.' -b $BOARD
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user