mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03:00
Add kivy requirements to buildserver
This commit is contained in:
parent
da0af33bf4
commit
752105c884
2 changed files with 41 additions and 1 deletions
|
@ -64,7 +64,11 @@ cachefiles = [
|
|||
'4077575c98075480e0156c10e48a1521e31c7952768271a206870e6813057f4f'),
|
||||
('gradle-1.8-bin.zip',
|
||||
'http://services.gradle.org/distributions/gradle-1.8-bin.zip',
|
||||
'a342bbfa15fd18e2482287da4959588f45a41b60910970a16e6d97959aea5703')]
|
||||
'a342bbfa15fd18e2482287da4959588f45a41b60910970a16e6d97959aea5703'),
|
||||
('Kivy-1.7.2.tar.gz',
|
||||
'http://pypi.python.org/packages/source/K/Kivy/Kivy-1.7.2.tar.gz',
|
||||
'0485e2ef97b5086df886eb01f8303cb542183d2d71a159466f99ad6c8a1d03f1')
|
||||
]
|
||||
if config['arch64']:
|
||||
cachefiles.extend([
|
||||
('android-ndk-r9-linux-x64_64.tar.bz2',
|
||||
|
@ -131,6 +135,7 @@ vagrantfile += """
|
|||
chef.add_recipe "fdroidbuild-general"
|
||||
chef.add_recipe "android-sdk"
|
||||
chef.add_recipe "android-ndk"
|
||||
chef.add_recipe "kivy"
|
||||
end
|
||||
end
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue