From d5193809c182eb1e9914e3609b8cbe47f61545c2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 7 Mar 2018 21:20:55 +0100 Subject: travis: check waldux --- scripts/travis.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'scripts/travis.sh') diff --git a/scripts/travis.sh b/scripts/travis.sh index d62ed5e7e..648533cc9 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -1,9 +1,10 @@ #!/bin/bash -arch=$1 -system=$2 -vars="ADK_TARGET_OS=Linux ADK_TARGET_ARCH=$arch ADK_TARGET_SYSTEM=$system ADK_APPLIANCE=new" -if [ ! -z $3 ]; then - endian=$3 +os=$1 +arch=$2 +system=$3 +vars="ADK_TARGET_OS=$os ADK_TARGET_ARCH=$arch ADK_TARGET_SYSTEM=$system ADK_APPLIANCE=new" +if [ ! -z $4 ]; then + endian=$4 vars="$vars ADK_TARGET_ENDIAN=$endian" fi make $vars defconfig -- cgit v1.2.3