diff options
| author | hathach <[email protected]> | 2019-05-15 18:01:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-05-15 18:01:58 +0700 |
| commit | 3278a9765ba80d3148e22549fd60755d1c99ed2f (patch) | |
| tree | f015694348b29020c8d0367b38f42196043088e4 /tools | |
| parent | 7bd16aaf9b506efeb87e7fdc3f72ee9ae312499e (diff) | |
ea4357 build with makefile, add to travis
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build_all.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_all.py b/tools/build_all.py index 8aaf4c0ba..cf56986b4 100644 --- a/tools/build_all.py +++ b/tools/build_all.py @@ -13,7 +13,7 @@ fail_count = 0 exit_status = 0 all_device_example = ["cdc_msc_hid", "msc_dual_lun", "hid_generic_inout"] -all_boards = ["metro_m0_express", "metro_m4_express", "pca10056", "feather_nrf52840_express", "stm32f407g_disc1", "lpcxpresso11u68", "lpcxpresso1347", "lpcxpresso1769", "mcb1800", "ea4088qs"] +all_boards = ["metro_m0_express", "metro_m4_express", "pca10056", "feather_nrf52840_express", "stm32f407g_disc1", "lpcxpresso11u68", "lpcxpresso1347", "lpcxpresso1769", "mcb1800", "ea4088qs", "ea4357"] def build_example(example, board): subprocess.run("make -C examples/device/{} BOARD={} clean".format(example, board), shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT) |
