You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2018/09/25 10:53:53 UTC

[mynewt-core] branch master updated: Update script to get ignored BSPs from travis.yml

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7c431db  Update script to get ignored BSPs from travis.yml
7c431db is described below

commit 7c431db76334c5ad5918a807bbd118155304f224
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Mon Sep 24 13:39:38 2018 -0300

    Update script to get ignored BSPs from travis.yml
    
    This allows IGNORED_BSPS to be configured on travis.yml to automatically
    ignore BSPs known to fail on build. The list of BSPs is automatically
    loaded from the "hw/bsp" so that new BSPs are already on by default and
    to ignore them it is not required to change this repo (only need to add
    to IGNORED_BSPS in .travis.yml from mynewt-core).
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 2ba30ac..8a193df 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -73,6 +73,9 @@ script:
 - newt install
 - cp -R $HOME/ci/targets .
 
+- export IGNORED_BSPS="ci40 embarc_emsk hifive1 native-armv7 native-mips
+                       pic32mx470_6lp_clicker pic32mz2048_wi-fire sensorhub
+                       usbmkw41z"
 - $HOME/ci/run_test.sh
 
 cache: