mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-13 02:26:33 +02:00
Made the library compatible with platform.io (issue #181)
This commit is contained in:
committed by
Benoit Blanchon
parent
b54f1ffc1d
commit
c57e6f3bd8
10
scripts/travis/platformio.sh
Executable file
10
scripts/travis/platformio.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh -eux
|
||||
|
||||
pip install --user platformio
|
||||
|
||||
rm -r test
|
||||
|
||||
for EXAMPLE in JsonParserExample JsonGeneratorExample
|
||||
do
|
||||
platformio ci examples/$EXAMPLE/$EXAMPLE.ino -l '.' -b $BOARD
|
||||
done
|
Reference in New Issue
Block a user