Browse Source

travis: Add esp8266 GENERIC_512K build to CI.

pull/5202/head
Mike Causer 5 years ago
committed by Damien George
parent
commit
3117fde407
  1. 1
      .travis.yml

1
.travis.yml

@ -174,6 +174,7 @@ jobs:
- git submodule update --init lib/axtls lib/berkeley-db-1.xx
- make ${MAKEOPTS} -C mpy-cross
- make ${MAKEOPTS} -C ports/esp8266
- make ${MAKEOPTS} -C ports/esp8266 BOARD=GENERIC_512K
# nrf port
- stage: test

Loading…
Cancel
Save