add lpcxpresso11u68 to travis build

This commit is contained in:
hathach 2019-05-14 17:53:00 +07:00
parent 3e1897b943
commit b55c34564e
No known key found for this signature in database
GPG Key ID: 2FA891220FBFD581
1 changed files with 1 additions and 1 deletions

View File

@ -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)