mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
Bump build-tools to 23.0.2
This commit is contained in:
parent
d9d11ba11b
commit
66e82cb077
@ -23,9 +23,9 @@ before_script:
|
|||||||
- export ANDROID_HOME=$PWD/android-sdk
|
- export ANDROID_HOME=$PWD/android-sdk
|
||||||
- export PATH="$ANDROID_HOME/tools:$PATH"
|
- export PATH="$ANDROID_HOME/tools:$PATH"
|
||||||
- echo " == Installing Android SDK components"
|
- echo " == Installing Android SDK components"
|
||||||
- echo y | android -s update sdk --no-ui -a -t platform-tools,tools,build-tools-23.0.1
|
- echo y | android -s update sdk --no-ui -a -t platform-tools,tools,build-tools-23.0.2
|
||||||
- export PATH="$ANDROID_HOME/platform-tools:$PATH"
|
- export PATH="$ANDROID_HOME/platform-tools:$PATH"
|
||||||
- export PATH="$ANDROID_HOME/build-tools/23.0.1:$PATH"
|
- export PATH="$ANDROID_HOME/build-tools/23.0.2:$PATH"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
|
@ -26,7 +26,7 @@ end
|
|||||||
script "add_build_tools" do
|
script "add_build_tools" do
|
||||||
interpreter "bash"
|
interpreter "bash"
|
||||||
user user
|
user user
|
||||||
ver = "23.0.1"
|
ver = "23.0.2"
|
||||||
cwd "/tmp"
|
cwd "/tmp"
|
||||||
code "
|
code "
|
||||||
if [ -f /vagrant/cache/build-tools/#{ver}.tar.gz ] ; then
|
if [ -f /vagrant/cache/build-tools/#{ver}.tar.gz ] ; then
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
# }
|
# }
|
||||||
|
|
||||||
# Build tools version to be used
|
# Build tools version to be used
|
||||||
# build_tools = "23.0.1"
|
# build_tools = "23.0.2"
|
||||||
|
|
||||||
# Command or path to binary for running Ant
|
# Command or path to binary for running Ant
|
||||||
# ant = "ant"
|
# ant = "ant"
|
||||||
|
@ -56,7 +56,7 @@ default_config = {
|
|||||||
'r9b': None,
|
'r9b': None,
|
||||||
'r10e': "$ANDROID_NDK",
|
'r10e': "$ANDROID_NDK",
|
||||||
},
|
},
|
||||||
'build_tools': "23.0.1",
|
'build_tools': "23.0.2",
|
||||||
'java_paths': {
|
'java_paths': {
|
||||||
'1.7': "/usr/lib/jvm/java-7-openjdk",
|
'1.7': "/usr/lib/jvm/java-7-openjdk",
|
||||||
'1.8': None,
|
'1.8': None,
|
||||||
|
Loading…
Reference in New Issue
Block a user