diff options
| author | hathach <[email protected]> | 2019-07-03 00:55:33 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-07-03 00:55:33 +0700 |
| commit | 6a8465384b428e25e8387f7921478a533ac57591 (patch) | |
| tree | b84277bf5b2dab92189ba6eb33d4eac7f4a0cbf0 | |
| parent | 5273907d97affade7cb8e9ac293ecdb9b6eba7b8 (diff) | |
include midi_test in 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 4b0cf9820..93bdef4c1 100644 --- a/tools/build_all.py +++ b/tools/build_all.py @@ -12,7 +12,7 @@ success_count = 0 fail_count = 0 exit_status = 0 -all_device_example = ["cdc_msc_hid", "msc_dual_lun", "hid_generic_inout"] +all_device_example = ["cdc_msc_hid", "hid_generic_inout", "midi_test", "msc_dual_lun"] all_boards = [] for entry in os.scandir("hw/bsp"): |
