Skip to content
Snippets Groups Projects
Commit 7b7ff60f authored by Damien George's avatar Damien George
Browse files

travis: Change an stmhal rule to build PYBV11 instead of default PYBV10.

This allows to test the PYBV11 target as well as the network drivers
without adding another rule.  It also removes the need to use -B,
side-stepping the issue of whether or not -B works with qstr auto
generation.
parent fcab4356
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ script:
- make -C bare-arm
- make -C qemu-arm test
- make -C stmhal
- make -C stmhal -B MICROPY_PY_WIZNET5K=1 MICROPY_PY_CC3K=1
- make -C stmhal BOARD=PYBV11 MICROPY_PY_WIZNET5K=1 MICROPY_PY_CC3K=1
- make -C stmhal BOARD=STM32F7DISC
- make -C stmhal BOARD=STM32L476DISC
- make -C teensy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment