-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.travis.yml
53 lines (52 loc) · 1.9 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
45
46
47
48
49
50
51
52
53
matrix:
include:
- language: android
os: linux
before_install:
- nvm install 8
- node --version
install:
- npm install
android:
components:
- tools
- platform-tools
- tools
- build-tools-23.0.1
- build-tools-23.0.2
- build-tools-26.0.1
- android-23
- android-26
- extra-android-m2repository
- extra-google-google_play_services
- extra-google-m2repository
- addon-google_apis-google-16
script:
- cd android && ./gradlew assembleRelease
- language: objective-c
os: osx
osx_image: xcode9.2
node_js: false
before_install:
- nvm install 8
- node --version
- travis_retry npm install -g yarn
- yarn -version
install:
- travis_retry gem install xcpretty
- travis_retry yarn
xcode_project: ios/feelmusic.xcodeproj
xcode_scheme: ios/feelmusicTests
script:
- cd ios
- xcodebuild -scheme feelmusic -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
deploy:
provider: releases
api_key:
secure: CK7LQ8Chw8NXDUP4ondsKzYQEnnOobuy8TnpINfkPbkHm/yYJWreYS4bY2cihmtC1PDtfzWNkAZ4KWfGzCx3ou7mO0oAsu5s9jJE/0ZbtAdGIvvAYaPIWqF2in5okfPT1bSIS5NnjdvyBZgs+jxn6fgdN1Gj6YD9Utg3IfnAqRZiLuUEUlYjssCJOt6Ji91fHIa6Jenl2AA0J0CQF6Hfr+lPsofRR7lO+xDertvVQo4Z6l0lQQ1dxhaZhnuNXKkiQcJwbpxEYqAd1spDKkTDLIANGAofM3CM4i+VFWArDFTn6tMQzme6+1aaUkWCoMzVf5mqD3ODcVySh7WOJ/2cp+vPmp32qmRfSJhrL2yMrONRpx82Xs3+8exMZqMHEEC0tLeANsEUqXHkwJxXHgBiMPRyseqPdLKpvIPwJPi1Pf8zGXzQuApAyEPGL/w3fVUgVHZhBi6S8X+4dJsydhpERBakY15dqIjN7MtwjnAXtEz2HvQ/HmifcBNobV+gg4cPjhlddaeOp8xblHvb5qVf0B+eyo4KhDyS0B2OqY5xRd6jZDyLOsY3hRVHG94jSPZ70s/AW5O43xbU3TLsW3GWIsszJTMl94JZK7rI1d+LFZkM79FS12sBo9z6wfoOQfi++OV7ookSMhh5uSsnBNSaYstkkafvdtlWqUNlocRjvJg=
file: "$TRAVIS_BUILD_DIR/android/app/build/outputs/apk/app-release-unsigned.apk"
skip_cleanup: "true"
on:
repo: juanmanuelcarrera/feelmusic
after_success:
- sh set_tags.sh