chiark / gitweb /
Bump ci images and default build-tools
authorDaniel Martí <mvdan@mvdan.cc>
Sun, 23 Oct 2016 15:58:37 +0000 (16:58 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Sun, 23 Oct 2016 16:04:58 +0000 (17:04 +0100)
.gitlab-ci.yml
.travis.yml
examples/config.py
fdroidserver/common.py

index 8f992e7a1b2ecd114823e9a0954ff235f6498387..6a8ae565fe79e784070eca8fa22b9588441bc52c 100644 (file)
@@ -1,4 +1,4 @@
-image: mvdan/fdroid-ci:server-20160909
+image: fdroid/ci:server-20161023
 
 test:
   script:
index 28809377fd551c6042fd57faafea218bd81aca0c..7694fdad4e5f0bfd1e4418f9d9660d8a5c40d9f3 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-24.0.2;
+      echo y | android --verbose update sdk --no-ui --all --filter platform-tools,build-tools-25.0.0;
       elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
       sudo add-apt-repository ppa:guardianproject/fdroidserver -y;
       sudo apt-get -q update -y;
index 2e6167cc9e694385942c85709d2d2276c11347b9..63edc718334f78efe80742d05c1473e273de04c0 100644 (file)
@@ -25,7 +25,7 @@
 # }
 
 # Build tools version to be used
-# build_tools = "24.0.2"
+# build_tools = "25.0.0"
 
 # 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 51863529ab23d198627518e2df799233b5f31369..6c5e3faae45cb6694806c7f70b9ed11728371037 100644 (file)
@@ -61,7 +61,7 @@ default_config = {
         'r12b': "$ANDROID_NDK",
     },
     'qt_sdk_path': None,
-    'build_tools': "24.0.2",
+    'build_tools': "25.0.0",
     'force_build_tools': False,
     'java_paths': None,
     'ant': "ant",