chiark / gitweb /
Bump CI image, now with build-tools 25.0.2
authorDaniel Martí <mvdan@mvdan.cc>
Fri, 23 Dec 2016 16:46:09 +0000 (17:46 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 23 Dec 2016 16:46:09 +0000 (17:46 +0100)
.gitlab-ci.yml
.travis.yml
examples/config.py
fdroidserver/common.py

index 1fd0f4fc9566f3ca184b70f2f430f9e28e87ac5a..a730e39eb3185ec07dbc9d054e306bd3e12a8175 100644 (file)
@@ -1,4 +1,4 @@
-image: fdroid/ci:server-20161031
+image: fdroid/ci:server-20161223
 
 test:
   script:
index 7694fdad4e5f0bfd1e4418f9d9660d8a5c40d9f3..58b28ebe796801a7df9f47250b4f007114492ee3 100644 (file)
@@ -28,7 +28,7 @@ install:
       sudo pip3 install pep8 pyflakes pylint;
       sudo pip3 install -e  .;
       sudo rm -rf fdroidserver.egg-info;
-      echo y | android --verbose update sdk --no-ui --all --filter platform-tools,build-tools-25.0.0;
+      echo y | android --verbose update sdk --no-ui --all --filter platform-tools,build-tools-25.0.2;
       elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
       sudo add-apt-repository ppa:guardianproject/fdroidserver -y;
       sudo apt-get -q update -y;
index 9ccdc5c92681510b5c46e9758f93bc1e9c91def2..176e576cf7538c13bb72cafa917fc0d2bdbb89d2 100644 (file)
@@ -26,7 +26,7 @@
 # }
 
 # Build tools version to be used
-# build_tools = "25.0.0"
+# build_tools = "25.0.2"
 
 # Force all build to use the above version of build -tools, good for testing
 # builds without having all of the possible build-tools installed.
index d1c12d5c33d09051c5166fba00010a93c79d8e0d..b5e06280e27714eb79881d334058c6dc5d92607d 100644 (file)
@@ -62,7 +62,7 @@ default_config = {
         'r13b': None,
     },
     'qt_sdk_path': None,
-    'build_tools': "25.0.0",
+    'build_tools': "25.0.2",
     'force_build_tools': False,
     'java_paths': None,
     'ant': "ant",