Skip to content

Commit 7b7ff60

Browse files
committed
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.
1 parent fcab435 commit 7b7ff60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ script:
3939
- make -C bare-arm
4040
- make -C qemu-arm test
4141
- make -C stmhal
42-
- make -C stmhal -B MICROPY_PY_WIZNET5K=1 MICROPY_PY_CC3K=1
42+
- make -C stmhal BOARD=PYBV11 MICROPY_PY_WIZNET5K=1 MICROPY_PY_CC3K=1
4343
- make -C stmhal BOARD=STM32F7DISC
4444
- make -C stmhal BOARD=STM32L476DISC
4545
- make -C teensy

0 commit comments

Comments
 (0)