本项止转自github官方arduino-esp32 传在这里仅为阅读源码方便
projectuser
2019-07-05 50148ccffe21ff54262064ec9f2245900eaf18aa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
build: off
environment:
 
  matrix:
    - PLATFORMIO_CI_SRC: "libraries/WiFi/examples/WiFiClient"
    - PLATFORMIO_CI_SRC: "libraries/WiFi/examples/WiFiClientBasic"
    - PLATFORMIO_CI_SRC: "libraries/WiFi/examples/WiFiClientEvents"
    - PLATFORMIO_CI_SRC: "libraries/WiFi/examples/WiFiIPv6"
    - PLATFORMIO_CI_SRC: "libraries/WiFi/examples/WiFiScan"
    - PLATFORMIO_CI_SRC: "libraries/WiFi/examples/WiFiSmartConfig"
 
install:
  - cmd: git submodule update --init --recursive
  - cmd: SET PATH=%PATH%;C:\Python27\Scripts
  - cmd: pip install -U https://github.com/platformio/platformio/archive/develop.zip
  - cmd: platformio platform install https://github.com/platformio/platform-espressif32.git#feature/stage
 
test_script:
  - cmd: platformio ci -b esp32dev -b nano32 -b node32s