summaryrefslogtreecommitdiff
path: root/citools/jenkins-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'citools/jenkins-build.sh')
-rwxr-xr-xcitools/jenkins-build.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/citools/jenkins-build.sh b/citools/jenkins-build.sh
index cfed262..90ac9b1 100755
--- a/citools/jenkins-build.sh
+++ b/citools/jenkins-build.sh
@@ -73,7 +73,14 @@ case "$1" in
export CCACHE=
;;
- "test-install"|"")
+ "test-install")
+ # Perfom test if being executed on native target
+ TARGET_TEST=${NATIVE_TARGET}
+ TARGET_INSTALL=${TARGET}
+ ;;
+
+ "")
+ # default is test only on Linux and install
# Currently most tests do not work on targets except for Linux
# TARGET_TEST=${NATIVE_TARGET}
TARGET_TEST="Linux"