This adds travis ci support to OpenPGP-Keychain.

Currently only correct assembly is tested since upstream
Spongycastle fails some of its tests.
This commit is contained in:
Emantor 2014-02-28 11:40:16 +01:00
parent a2544fb2b0
commit 3a16847ea3
2 changed files with 19 additions and 0 deletions

16
.travis.yml Normal file
View file

@ -0,0 +1,16 @@
language: java
jdk: oraclejdk7
before_install:
# Install base Android SDK
- sudo apt-get update -qq
- if [ `uname -m` = x86_64 ]; then sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs; fi
- wget http://dl.google.com/android/android-sdk_r22.3-linux.tgz
- tar xzf android-sdk_r22.3-linux.tgz
- export ANDROID_HOME=$PWD/android-sdk-linux
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
# Install required Android components.
- echo "y" | android update sdk -a --filter build-tools-19.0.1,android-19,platform-tools,extra-android-support,extra-android-m2repository,android-17 --no-ui --force
install: echo "Installation done"
script: gradle assemble -S -q

View file

@ -174,6 +174,9 @@ Translations are hosted on Transifex, which is configured by ".tx/config".
see http://help.transifex.net/features/client/index.html#user-client
### Travis CI
I am in the progress of adding travis ci, please be patient.
## Coding Style
### Code