mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01: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