Conditionally install build deps to speed up Travis
This commit is contained in:
parent
a997ab258e
commit
a1a02c5427
|
@ -49,9 +49,9 @@ before_script:
|
|||
# For teensy build
|
||||
- sudo apt-get install realpath
|
||||
# For nrf builds
|
||||
- sudo ports/nrf/drivers/bluetooth/download_ble_stack.sh
|
||||
- ([[ $TRAVIS_BOARD != "feather52" ]] || sudo ports/nrf/drivers/bluetooth/download_ble_stack.sh)
|
||||
# For coverage testing (upgrade is used to get latest urllib3 version)
|
||||
- sudo pip install --upgrade cpp-coveralls
|
||||
- ([[ -z "$TRAVIS_TEST" ]] || sudo pip install --upgrade cpp-coveralls)
|
||||
- gcc --version
|
||||
- ([[ -z "$TRAVIS_BOARD" ]] || arm-none-eabi-gcc --version)
|
||||
- python3 --version
|
||||
|
|
Loading…
Reference in New Issue