8000 travis.yml: Enable building feather huzzah · sparkfun/circuitpython@52c0fc4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 52c0fc4

Browse files
committed
travis.yml: Enable building feather huzzah
1 parent bbba3e5 commit 52c0fc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ language: c
44
compiler:
55
- gcc
66
env:
7+
- TRAVIS_BOARD=feather_huzzah
78
- TRAVIS_BOARD=arduino_zero
89
- TRAVIS_BOARD=circuitplayground_express
910
- TRAVIS_BOARD=circuitplayground_express_crickit
@@ -57,6 +58,8 @@ before_script:
5758
- sudo apt-get install realpath
5859
# For nrf builds
5960
- ([[ $TRAVIS_BOARD != "feather52" ]] || sudo ports/nrf/drivers/bluetooth/download_ble_stack.sh)
61+
# For huzzah builds
62+
- if [[ $TRAVIS_BOARD = "feather_huzzah" ]]; then wget https://github.com/jepler/esp-open-sdk/releases/download/2018-06-10/xtensa-lx106-elf-standalone.tar.gz && tar xavf xtensa-lx106-elf-standalone.tar.gz; PATH=$(readlink -f xtensa-lx106-elf/bin):$PATH; fi
6063
# For coverage testing (upgrade is used to get latest urllib3 version)
6164
- ([[ -z "$TRAVIS_TEST" ]] || sudo pip install --upgrade cpp-coveralls)
6265
- ([[ $TRAVIS_TEST != "docs" ]] || sudo pip install Sphinx sphinx-rtd-theme recommonmark)

0 commit comments

Comments
 (0)
0