From 7b7ff60f91889f8d601d4b4c6a36e9511fdd40dd Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 15 Mar 2017 22:20:30 +1100 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2a5c597eb..76aa965d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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