You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2020/09/21 11:54:00 UTC

[mynewt-core] 03/05: travis: Ignore dialog_cmac

This is an automated email from the ASF dual-hosted git repository.

andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 400421b5c2d2cd3c88ce6c2bfa751cd114535742
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Thu Sep 3 13:01:30 2020 +0200

    travis: Ignore dialog_cmac
    
    dialog_cmac BSP is not really meant to run anything other than NimBLE
    controller (not even blinky) so just ignore it.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index e05cbc0..4407e92 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -183,7 +183,7 @@ script:
   # NOTE: "native" is here to avoid having to install gcc-multilib
   - export IGNORED_BSPS="ci40 embarc_emsk hifive1 native-armv7 native-mips
                          pic32mx470_6lp_clicker pic32mz2048_wi-fire sensorhub
-                         native"
+                         native dialog_cmac"
   - |
     if [ "${TEST}" == "STYLE" ]; then
       python3 $HOME/ci/check_style.py