working on renaming files

added test.sh
This commit is contained in:
Rafi Khan
2017-04-22 23:25:11 -06:00
parent f1eac2e094
commit e308165190
38 changed files with 80 additions and 72 deletions

8
test.sh Normal file
View File

@@ -0,0 +1,8 @@
PLATFORMIO_CI_SRC=examples/AiwaRCT501SendDemo python2 -m platformio ci --lib="." --board=uno
PLATFORMIO_CI_SRC=examples/IRrecord python2 -m platformio ci --lib="." --board=uno
PLATFORMIO_CI_SRC=examples/IRrecvDemo python2 -m platformio ci --lib="." --board=uno
PLATFORMIO_CI_SRC=examples/IRrecvDumpV2 python2 -m platformio ci --lib="." --board=uno
PLATFORMIO_CI_SRC=examples/IRrelay python2 -m platformio ci --lib="." --board=uno
PLATFORMIO_CI_SRC=examples/IRremoteInfo python2 -m platformio ci --lib="." --board=uno
PLATFORMIO_CI_SRC=examples/IRsendDemo python2 -m platformio ci --lib="." --board=uno
PLATFORMIO_CI_SRC=examples/IRsendRawDemo python2 -m platformio ci --lib="." --board=uno