forked from bolav/fuse-sqlite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
43 lines (37 loc) · 910 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
env:
global:
- NDK_VERSION=r10e
- FUSE_VERSION=0.21.0.6650
- UNOPROJ=sqlite_example
- NAME=FuseSQLiteLib
language:
- fuse
- objective-c
- android
- node_js
os:
- osx
sudo: required
cache:
directories:
# - /Applications/Fuse.app
# - /usr/local/share/uno
# - $HOME/.fuse
- $HOME/Library/Android
# - $HOME/fuse
before_install:
- ./.travis/install-ndk.sh
- ./.travis/install-fuse.sh
- ./.travis/install-fuseandroid.sh
- ./.travis/install-fusepm.sh
before_script:
- fusepm install --unoproj ${UNOPROJ}.unoproj
# http://stackoverflow.com/questions/27671854/travis-ci-fails-to-build-with-a-code-signing-error
# - ./.travis/add-key.sh
script:
- ./.travis/test_uno.sh
- ./.travis/test_ios.sh
- ./.travis/test_android.sh
# before_cache:
# - mkdir $HOME/fuse
# - mv "/Users/travis/Library/Application Support/Fusetools" $HOME/fuse/appsupport