chiark / gitweb /
gitlab-ci: test against latest build-tools 27.0.3
authorHans-Christoph Steiner <hans@eds.org>
Wed, 21 Feb 2018 12:59:34 +0000 (13:59 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 22 Feb 2018 14:08:54 +0000 (15:08 +0100)
.gitlab-ci.yml

index 3fe13512d5b4963de0d1748e498bd26c3727d1c8..74e33abdcc757610b4576fe409e1ee3da4c417aa 100644 (file)
@@ -72,10 +72,10 @@ ubuntu_lts:
         git gnupg python3-setuptools unzip wget zipalign
     - export ANDROID_HOME=/usr/lib/android-sdk
     # xenial's aapt is too old
-    - wget --no-verbose https://dl.google.com/android/repository/build-tools_r27.0.1-linux.zip
-    - unzip -q build-tools_r27.0.1-linux.zip
-    - rm build-tools_r27.0.1-linux.zip
-    - mv android-8.1.0 $ANDROID_HOME/build-tools/27.0.1
+    - wget --no-verbose https://dl.google.com/android/repository/build-tools_r27.0.3-linux.zip
+    - unzip -q build-tools_r27.0.3-linux.zip
+    - rm build-tools_r27.0.3-linux.zip
+    - mv android-8.1.0 $ANDROID_HOME/build-tools/27.0.3
     - export LANG=C.UTF-8
     - cd tests
     - ./run-tests