aboutsummaryrefslogtreecommitdiff
path: root/android-master-clang.yaml
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2016-10-17 13:35:05 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2016-10-17 08:05:41 +0000
commitaf4c09bf38fcbf52b70cd0de2035c70c92ef13f2 (patch)
tree3ab7997c966a11c240c49a7433ad028755de4bb6 /android-master-clang.yaml
parentc630ab0ddbb14ad99909f9c3792870c575f6c755 (diff)
android-master-clang: fix shell typo
Change-Id: I3856948bf612121a438f9e7f1b6cccc49310b0f0 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android-master-clang.yaml')
-rw-r--r--android-master-clang.yaml18
1 files changed, 13 insertions, 5 deletions
diff --git a/android-master-clang.yaml b/android-master-clang.yaml
index 4180fc57a6..d7c8bdb3b4 100644
--- a/android-master-clang.yaml
+++ b/android-master-clang.yaml
@@ -22,24 +22,32 @@
timeout: 500
builders:
- shell:
- #!/bin/sh
- wget -q \
- http://archive.ubuntu.com/ubuntu/pool/universe/o/openjdk-8/openjdk-8-jre-headless_8u45-b14-1_amd64.deb \
- http://archive.ubuntu.com/ubuntu/pool/universe/o/openjdk-8/openjdk-8-jre_8u45-b14-1_amd64.deb \
- http://archive.ubuntu.com/ubuntu/pool/universe/o/openjdk-8/openjdk-8-jdk_8u45-b14-1_amd64.deb
+ wget -q http://archive.ubuntu.com/ubuntu/pool/universe/o/openjdk-8/openjdk-8-jre-headless_8u45-b14-1_amd64.deb
+
+ wget -q http://archive.ubuntu.com/ubuntu/pool/universe/o/openjdk-8/openjdk-8-jre_8u45-b14-1_amd64.deb
+
+ wget -q http://archive.ubuntu.com/ubuntu/pool/universe/o/openjdk-8/openjdk-8-jdk_8u45-b14-1_amd64.deb
+
sudo dpkg -i --force-all *.deb
+
rm -f *.deb
wget https://cmake.org/files/v3.5/cmake-3.5.2-Linux-x86_64.sh
+
chmod a+x cmake-3.5.2-Linux-x86_64.sh
+
yes y | sh cmake-3.5.2-Linux-x86_64.sh
+
export PATH=$PWD/cmake-3.5.2-Linux-x86_64/bin/:$PATH
+
sudo apt-get update
+
sudo apt-get install -y libxml2-dev zlib1g-dev libtinfo-dev git-svn gawk libxml2-utils rsync
git clone --depth=1 http://git.linaro.org/git/people/minseong.kim/aosp_uclang.git
cd aosp_uclang/
+
bash aosp-uclang-init-and-build.sh
publishers:
- email-ext: