From 165fd84d58e8707fd5597268fd449ac0e874a69f Mon Sep 17 00:00:00 2001 From: Stephen Date: Tue, 13 Jun 2017 02:59:53 -0700 Subject: add travis builds and travis badge (#587) * add travis builds and travis badge * try accepting ALL licenses * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml * Update .travis.yml --- .gitmodules | 6 +++--- .travis.yml | 15 +++++++++++++++ README.md | 1 + 3 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 .travis.yml diff --git a/.gitmodules b/.gitmodules index b73790ad..a762c16e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "main/openvpn"] path = main/openvpn - url = git@github.com:schwabe/openvpn.git + url = https://github.com/schwabe/openvpn.git [submodule "main/openssl"] path = main/openssl - url = git@github.com:schwabe/platform_external_openssl.git + url = https://github.com/schwabe/platform_external_openssl.git [submodule "main/breakpad"] path = main/breakpad - url = git@github.com:schwabe/breakpad.git + url = https://github.com/schwabe/breakpad.git diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..94fd328f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +language: android +jdk: oraclejdk8 +android: + components: + - android-25 + - build-tools + licenses: + - '.+' +install: + - echo y | android update sdk -u -a -t tools + - echo y | android update sdk -u -a -t platform-tools + - echo y | android update sdk -u -a -t build-tools-25.0.2 + - echo y | android update sdk -u -a -t android-25 + - echo y | android update sdk -u -a -t android-23 + - echo y | android update sdk -u -a -t extra-android-m2repository diff --git a/README.md b/README.md index a3d2e9b8..b9266b63 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ OpenVPN for Android ============= +[![Build Status](https://travis-ci.org/schwabe/ics-openvpn.svg?branch=master)](https://travis-ci.org/schwabe/ics-openvpn) Description ------------ -- cgit v1.2.3