Commit 1946413 1 parent 2308840 commit 1946413 Copy full SHA for 1946413
File tree 5 files changed +26
-14
lines changed
5 files changed +26
-14
lines changed Original file line number Diff line number Diff line change 6
6
- LC_CTYPE=en_US.UTF-8
7
7
- LANG=en_US.UTF-8
8
8
- FASTLANE_LANE=ci_commit
9
- matrix :
10
- - FASTLANE_LANE=code_coverage FASTLANE_ENV=default
11
- - FASTLANE_ENV=ios81
12
- - FASTLANE_ENV=ios82
13
- - FASTLANE_ENV=ios83
14
- - FASTLANE_ENV=ios84
15
- - FASTLANE_ENV=ios90
16
- - FASTLANE_ENV=ios91
17
- - FASTLANE_ENV=osx
18
- - FASTLANE_ENV=tvos90
9
+ matrix :
10
+ include :
11
+ - osx_image : xcode7.1
12
+ env : FASTLANE_LANE=code_coverage FASTLANE_ENV=default
13
+ - osx_image : xcode7.1
14
+ env : FASTLANE_ENV=ios82
15
+ - osx_image : xcode7.1
16
+ env : FASTLANE_ENV=ios83
17
+ - osx_image : xcode7.1
18
+ env : FASTLANE_ENV=ios84
19
+ - osx_image : xcode7.1
20
+ env : FASTLANE_ENV=ios91
21
+ - osx_image : xcode7.1
22
+ env : FASTLANE_ENV=osx
23
+ - osx_image : xcode7.1
24
+ env : FASTLANE_ENV=tvos90
25
+ - osx_image : xcode7
26
+ env : FASTLANE_ENV=ios81_xcode7
27
+ - osx_image : xcode7
28
+ env : FASTLANE_ENV=ios90_xcode7
19
29
before_install :
20
30
- gem install fastlane --no-rdoc --no-ri --no-document --quiet
21
31
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ SCAN_DESTINATION="OS=8.1,name=iPhone 4S"
2
+ EXAMPLE_DESTINATION=$SCAN_DESTINATION
3
+ SCAN_SDK=iphonesimulator9.0
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ SCAN_DESTINATION="OS=9.0,name=iPhone 6 Plus"
2
+ EXAMPLE_DESTINATION=$SCAN_DESTINATION
3
+ SCAN_SDK=iphonesimulator9.0
You can’t perform that action at this time.
0 commit comments