Checkout submodules for CI build

This commit is contained in:
geeksville
2020-07-09 20:31:16 -07:00
parent 7e53731fe6
commit 6954d0d5f4
3 changed files with 6 additions and 12 deletions
+3 -3
View File
@@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = nrf52dk ; Note: the github actions CI test build can't yet build NRF52 targets
default_envs = nrf52840dk ; Note: the github actions CI test build can't yet build NRF52 targets
[common]
; common is not currently used
@@ -169,12 +169,12 @@ debug_init_break =
; The NRF52840-dk development board
; Note: By default no lora device is created for this build - it uses a simulated interface
[env:nrf52dk]
[env:nrf52840dk]
extends = nrf52_base
board = nrf52840_dk
; The NRF52840-dk development board, but @geeksville's board - which has a busted oscilliator
[env:nrf52dk-geeksville]
[env:nrf52840dk-geeksville]
extends = nrf52_base
board = nrf52840_dk_modified