0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00
Anki-Android/.travis.yml

20 lines
581 B
YAML
Raw Normal View History

2014-11-11 03:02:12 +01:00
language: java
branches:
only:
- /^release-[0-9.]*$/
- /^develop$/
before_install:
# Needed to run Android SDK tools, which are 32-bit binaries.
- sudo apt-get update -qq
- if [ `uname -m` = x86_64 ]; then sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch > /dev/null; fi
install: /bin/true
2014-11-11 03:02:12 +01:00
before_script:
# Configure Android SDK tools and platforms required to build.
- ./tools/travis/continuous-setup.sh ..
script: "./tools/travis/continuous-build-and-test.sh"
notifications:
email:
- flerda+ankidroid-continuous@gmail.com