From 3a16847ea331e95fefdfe8cb114951d5cdf6c78f Mon Sep 17 00:00:00 2001 From: Emantor Date: Fri, 28 Feb 2014 11:40:16 +0100 Subject: This adds travis ci support to OpenPGP-Keychain. Currently only correct assembly is tested since upstream Spongycastle fails some of its tests. --- .travis.yml | 16 ++++++++++++++++ README.md | 3 +++ 2 files changed, 19 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..28827f332 --- /dev/null +++ b/.travis.yml @@ -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 + diff --git a/README.md b/README.md index 3a8c81b74..f0d7a9657 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3