forked from doublesymmetry/react-native-track-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
33 lines (29 loc) · 671 Bytes
/
.travis.yml
File metadata and controls
33 lines (29 loc) · 671 Bytes
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
language: objective-c
osx_image: xcode9.3
cache:
yarn: true
cocoapods: true
directories:
- $HOME/Library/Caches/Homebrew
install:
- rvm use system
- brew install yarn
- sudo gem install cocoapods
- sudo gem install xcpretty
before_script:
- set -o pipefail
- cd example
- yarn install
- cd ios
- pod install
script:
- xcodebuild -version
- xcodebuild -showsdks
- xcodebuild test
-scheme example
-configuration Debug
-workspace example.xcworkspace
-destination "platform=iOS Simulator,name=iPhone X"
ONLY_ACTIVE_ARCH=YES
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES
GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty