diff options
| author | Jim Mussared | 2019-10-08 14:27:44 +1100 |
|---|---|---|
| committer | Jim Mussared | 2019-10-08 14:52:31 +1100 |
| commit | fa23033fc4b1b06e92ae5d0f6783257a6774318c (patch) | |
| tree | 3389ea2f3753baa38c7d2fc13e3e460046bbd1cf /.travis.yml | |
| parent | cd8bbf4cfca57f330f256134301e42f137f91eee (diff) | |
travis: Add BLE submodules to ESP32 IDF4 build.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 617cc2035..7633b1a94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -160,7 +160,7 @@ jobs: - make ${MAKEOPTS} -C ports/esp32 clean # IDF v4 build - git -C esp-idf checkout $(grep "ESPIDF_SUPHASH_V4 :=" ports/esp32/Makefile | cut -d " " -f 3) - - git -C esp-idf submodule update --init components/esp_wifi/lib_esp32 components/esptool_py/esptool components/lwip/lwip components/mbedtls/mbedtls + - git -C esp-idf submodule update --init components/bt/controller/lib components/bt/host/nimble/nimble components/esp_wifi/lib_esp32 components/esptool_py/esptool components/lwip/lwip components/mbedtls/mbedtls - make ${MAKEOPTS} -C ports/esp32 # esp8266 port |
