aboutsummaryrefslogtreecommitdiff
path: root/linaro-art-tip-build-ARTSimulatorTest.yaml
diff options
context:
space:
mode:
authorJulien Duraj <julien.duraj@linaro.org>2019-10-09 14:49:17 +0100
committerVishal Bhoj <vishal.bhoj@linaro.org>2019-10-09 15:22:02 +0000
commit7c401e26b1036ea5db73b209cbbcb449b7b6c41c (patch)
treeeb438fd2cf3195e4d51b034a2a060fc45728ed84 /linaro-art-tip-build-ARTSimulatorTest.yaml
parent9bc56a9bdc9d2ef1c28cd571d684970b4fde6742 (diff)
ART sim: Add ~/bin to PATH so test can find repo
Change-Id: Ic38f1477adf18b05e0eec7a2439821bedc06e323
Diffstat (limited to 'linaro-art-tip-build-ARTSimulatorTest.yaml')
-rw-r--r--linaro-art-tip-build-ARTSimulatorTest.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/linaro-art-tip-build-ARTSimulatorTest.yaml b/linaro-art-tip-build-ARTSimulatorTest.yaml
index 2913ea7a..e08f6c12 100644
--- a/linaro-art-tip-build-ARTSimulatorTest.yaml
+++ b/linaro-art-tip-build-ARTSimulatorTest.yaml
@@ -94,8 +94,10 @@
# Build scripts
export LC_ALL=C.UTF-8
+ export PATH="${HOME}/bin:${PATH}"
ANDROID_BUILD_DIR="${HOME}/srv/${JOB_NAME}/android"
ART_BUILD_SCRIPTS_DIR="${WORKSPACE}/art-build-scripts"
+
git clone https://android-git.linaro.org/git/linaro-art/art-build-scripts.git ${ART_BUILD_SCRIPTS_DIR}
cd ${ART_BUILD_SCRIPTS_DIR}/jenkins