mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-16 12:02:14 +02: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