forked from yahoo/squidb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
44 lines (41 loc) · 1.18 KB
/
.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
language: generic
env:
global:
- ADB_INSTALL_TIMEOUT=8 # minutes (2 minutes by default)
matrix:
include:
- os: linux
language: android
env: ANDROID_TARGET=android-15 SQUIDB_BINDING=android
- os: linux
language: android
env: ANDROID_TARGET=android-16 SQUIDB_BINDING=android
- os: linux
language: android
env: ANDROID_TARGET=android-16 SQUIDB_BINDING=sqlite
- os: linux
language: android
env: ANDROID_TARGET=android-19 SQUIDB_BINDING=android
- os: linux
language: android
env: ANDROID_TARGET=android-19 SQUIDB_BINDING=sqlite
- os: osx
osx_image: xcode7.2
language: objective-c
env: CI_IOS_TESTS=true J2OBJC_VERSION=1.0.2 J2OBJC_HOME=/tmp/j2objc-$J2OBJC_VERSION
android:
components:
- tools
- build-tools-23.0.3
- android-15
- sys-img-armeabi-v7a-android-15
- android-16
- sys-img-armeabi-v7a-android-16
- android-19
- sys-img-armeabi-v7a-android-19
- android-23
- extra-android-m2repository
before_script:
- ./scripts/before-test.sh
script:
- ./scripts/run-tests.sh