Added script to download SD files
This commit is contained in:
parent
5da455e398
commit
7a69382f36
|
@ -48,6 +48,8 @@ before_script:
|
||||||
|
|
||||||
# For teensy build
|
# For teensy build
|
||||||
- sudo apt-get install realpath
|
- sudo apt-get install realpath
|
||||||
|
# For nrf builds
|
||||||
|
- sudo ports/nrf/drivers/bluetooth/download_ble_stack.sh
|
||||||
# For coverage testing (upgrade is used to get latest urllib3 version)
|
# For coverage testing (upgrade is used to get latest urllib3 version)
|
||||||
- sudo pip install --upgrade cpp-coveralls
|
- sudo pip install --upgrade cpp-coveralls
|
||||||
- gcc --version
|
- gcc --version
|
||||||
|
|
Loading…
Reference in New Issue