Skip to content

Commit b9fb044

Browse files
committed
Select some key examples to build with PlatformIO to save some time
1 parent aae1f59 commit b9fb044

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tools/build-tests.sh

100644100755
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ echo -e "travis_fold:end:platformio_test_env_prepare"
7373

7474
echo -e "travis_fold:start:platformio_test"
7575

76-
"python -c \"import glob,os,subprocess,sys; map(lambda p: (sys.stdout.write('Library example: %s\\n' % p), subprocess.call(['pio', 'ci', p, '--board', 'esp32dev'])), set([os.path.dirname(p) for p in glob.glob('libraries/*/examples/*/*.ino') + glob.glob('libraries/*/examples/*/*/*.ino')]))\""
77-
76+
platformio ci --board esp32dev libraries/WiFi/examples/WiFiClient
77+
platformio ci --board esp32dev libraries/WiFiClientSecure/examples/WiFiClientSecure
78+
platformio ci --board esp32dev libraries/BluetoothSerial/examples/SerialToSerialBT
79+
platformio ci --board esp32dev libraries/BLE/examples/BLE_server
80+
platformio ci --board esp32dev libraries/AzureIoT/examples/GetStarted
81+
7882
echo -e "travis_fold:end:platformio_test"

0 commit comments

Comments
 (0)