summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen <stephengroat@users.noreply.github.com>2017-06-13 02:59:53 -0700
committerArne Schwabe <arne@rfc2549.org>2017-06-13 11:59:53 +0200
commit165fd84d58e8707fd5597268fd449ac0e874a69f (patch)
tree199558c7003a2b71d4999d2f7648cd210d6d139c
parent0643b6c379c22ee8aa68809f93a0d29937209ce4 (diff)
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
-rw-r--r--.gitmodules6
-rw-r--r--.travis.yml15
-rw-r--r--README.md1
3 files changed, 19 insertions, 3 deletions
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
------------