mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 00:41:06 +03:00
Bump ci images and default build-tools
This commit is contained in:
parent
98b7538789
commit
148f077ad8
4 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue