forked from clowwindy/ShadowVPNAndroid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
48 lines (39 loc) · 756 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
language: android
addons:
apt:
packages:
- libgd2-xpm
- ia32-libs
- ia32-libs-multiarch
- git
- libtool
- automake
- gradle
android:
components:
- platform-tools
- android-21
- build-tools-21.1.2
- extra
jdk: oraclejdk7
notifications:
email: false
before_install:
- bash .travis/setup.sh
- source .travis/env.sh
cache:
directories:
- $HOME/ndk/
script:
- bash .travis/build.sh
deploy:
provider: releases
api-key: $GITHUB_TOKEN
file:
- "$HOME/ShadowVPN-v1.0.apk"
skip_cleanup: true
on:
tags: true
env:
global:
secure: "YOUR_GITHUB_TOKEN_ENCRYPT_WITH_TRAVIS (http://docs.travis-ci.com/user/encryption-keys/)"