mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 08:51:06 +03:00
travis-ci osx: make sure build-tools are always installed
It seems that sometimes build-tools packages will not be installed unless the --all flag is specified.
This commit is contained in:
parent
bc131856d2
commit
baad79f9e8
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ install:
|
|||
sudo pip install pep8 pyflakes pylint;
|
||||
sudo pip install -e .;
|
||||
sudo rm -rf fdroidserver.egg-info;
|
||||
echo y | android --verbose update sdk --no-ui --filter platform-tools,build-tools-23.0.2;
|
||||
echo y | android --verbose update sdk --no-ui --all --filter platform-tools,build-tools-23.0.2;
|
||||
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