diff options
| author | hathach <[email protected]> | 2019-05-14 17:53:00 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-05-14 17:53:00 +0700 |
| commit | b55c34564e598077f712c49c08e0828895595d40 (patch) | |
| tree | a5b5850ce568c2b2cf54d48a4e96223b5e21cc68 | |
| parent | 3e1897b9433f760e4aa8ed903c545b7b2f6780bb (diff) | |
add lpcxpresso11u68 to travis build
| -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 37ca1443a..53a854486 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"] +all_boards = ["metro_m0_express", "metro_m4_express", "pca10056", "feather_nrf52840_express", "stm32f407g_disc1", "lpcxpresso11u68"] def build_example(example, board): subprocess.run("make -C examples/device/{} BOARD={} clean".format(example, board), shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT) |
