Skip to content

Commit 79725ac

Browse files
committed
clone samd and nrf with --recurse-submodules for tinyusb core
1 parent 8e19598 commit 79725ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ before_install:
2828
# Remove release code and clone git master of nRF52
2929
- BSP_VERSION=`eval ls $BSP_PATH/nrf52`
3030
- rm -rf $BSP_PATH/nrf52/*
31-
- git clone --quiet https://github.com/adafruit/Adafruit_nRF52_Arduino.git $BSP_PATH/nrf52/$BSP_VERSION
31+
- git clone --quiet --recurse-submodules https://github.com/adafruit/Adafruit_nRF52_Arduino.git $BSP_PATH/nrf52/$BSP_VERSION
3232
# Remove release code and clone git master of SAMD
3333
- BSP_VERSION=`eval ls $BSP_PATH/samd`
3434
- rm -rf $BSP_PATH/samd/*
35-
- git clone --quiet https://github.com/adafruit/ArduinoCore-samd.git $BSP_PATH/samd/$BSP_VERSION
35+
- git clone --quiet --recurse-submodules https://github.com/adafruit/ArduinoCore-samd.git $BSP_PATH/samd/$BSP_VERSION
3636

3737
install:
3838
- arduino --install-library "Adafruit SPIFlash","MIDI Library","Adafruit seesaw Library","Adafruit NeoPixel"

0 commit comments

Comments
 (0)