We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bec26c commit 672631dCopy full SHA for 672631d
.travis.yml
@@ -34,6 +34,8 @@ script:
34
# test library examples with PlatformIO
35
- pip install -U https://github.com/platformio/platformio/archive/develop.zip
36
- platformio platform install https://github.com/platformio/platform-espressif32.git#feature/stage
37
+ - sed -i 's/https:\/\/github\.com\/espressif\/arduino-esp32\.git/*/' ~/.platformio/platforms/espressif32_stage/platform.json
38
+ - ln -s $TRAVIS_BUILD_DIR ~/.platformio/packages/framework-arduinoespressif32
39
- "python -c \"import glob,subprocess,sys; map(lambda p: (sys.stdout.write('Library example: %s\\n' % p), subprocess.call(['pio', 'ci', p, '--board', 'esp32dev'])), glob.glob('libraries/*/examples/*/'))\""
40
41
notifications:
0 commit comments