forked from osamaqarem/spotify-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
50 lines (46 loc) · 1.23 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
matrix:
include:
# - language: android
# dist: trusty
# cache: npm
# android:
# components:
# # use the latest revision of Android SDK Tools
# - tools
# - platform-tools
# # The BuildTools version used by your project
# - build-tools-28.0.3
# # The SDK version used to compile your project
# - android-28
# # Additional components
# - extra-google-google_play_services
# - extra-google-m2repository
# - extra-android-m2repository
# install:
# - nvm install 12.14.0
# - npm i
# before_script:
# - cd android
# script:
# - ./gradlew assembleRelease
- language: objective-c
os: osx
osx_image: xcode11.3
podfile: ios/Podfile
cache:
- cocoapods
- npm
install:
- brew update
- brew tap wix/brew
- brew install applesimutils
- gem install cocoapods
- nvm install 12.14.0
- npm i
before_script:
- cd ios
- pod install
- cd ..
script:
- npm run detox-build:iosRelease | xcpretty
- npm run detox-test:iosRelease --cleanup