From 0c89b0a5942e29cc6434e3b8929451573b393ee8 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 9 Oct 2016 20:09:30 +0200 Subject: travis: try with matrix here, too --- scripts/travis.sh | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'scripts') diff --git a/scripts/travis.sh b/scripts/travis.sh index 8a97f5bbc..47754727b 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -1,11 +1,5 @@ #!/bin/bash - -for system in $(grep "config ADK_TARGET" target/*/systems/*|awk -F: '{ print $1 }'); do - system=$(echo $system|sed -e "s#ADK_TARGET_SYSTEM_##") - system=$(echo $system|tr '[:upper:]' '[:lower:]') - arch=$(echo $system|awk -F/ '{ print $2 }') - system=$(echo $system|awk -F/ '{ print $4 }') - make ADK_TARGET_OS=Linux ADK_TARGET_ARCH=$arch ADK_TARGET_SYSTEM=$system ADK_APPLIANCE=new defconfig - make - make cleansystem -done +arch=$1 +system=$2 +make ADK_TARGET_OS=Linux ADK_TARGET_ARCH=$arch ADK_TARGET_SYSTEM=$system ADK_APPLIANCE=new defconfig +make -- cgit v1.2.3