File tree Expand file tree Collapse file tree 2 files changed +5
-28
lines changed Expand file tree Collapse file tree 2 files changed +5
-28
lines changed Original file line number Diff line number Diff line change @@ -3,34 +3,11 @@ rvm: 2.2
3
3
osx_image : xcode8
4
4
matrix :
5
5
include :
6
- - env :
7
- - BUILD_SCHEME="SQLite iOS"
8
- - IOS_SIMULATOR="iPhone SE"
6
+ - env : BUILD_SCHEME="SQLite iOS"
9
7
- env : BUILD_SCHEME="SQLite Mac"
10
- - env :
11
- - VALIDATOR_SUBSPEC="none"
12
- - IOS_SIMULATOR="iPhone SE"
13
- - env :
14
- - VALIDATOR_SUBSPEC="standard"
15
- - IOS_SIMULATOR="iPhone SE"
16
- - env :
17
- - VALIDATOR_SUBSPEC="standalone"
18
- - IOS_SIMULATOR="iPhone SE"
19
- - os : osx
20
- osx_image : xcode7.3
21
- env : BUILD_SCHEME="SQLite iOS"
22
- - os : osx
23
- osx_image : xcode7.3
24
- env : BUILD_SCHEME="SQLite Mac"
25
- - os : osx
26
- osx_image : xcode7.3
27
- env : VALIDATOR_SUBSPEC="none"
28
- - os : osx
29
- osx_image : xcode7.3
30
- env : VALIDATOR_SUBSPEC="standard"
31
- - os : osx
32
- osx_image : xcode7.3
33
- env : VALIDATOR_SUBSPEC="standalone"
8
+ - env : VALIDATOR_SUBSPEC="none"
9
+ - env : VALIDATOR_SUBSPEC="standard"
10
+ - env : VALIDATOR_SUBSPEC="standalone"
34
11
before_install :
35
12
- gem install xcpretty --no-document
36
13
script :
Original file line number Diff line number Diff line change 1
1
BUILD_TOOL = xcodebuild
2
2
BUILD_SCHEME = SQLite Mac
3
- IOS_SIMULATOR = iPhone 6
3
+ IOS_SIMULATOR = iPhone SE
4
4
ifeq ($(BUILD_SCHEME ) ,SQLite iOS)
5
5
BUILD_ARGUMENTS = -scheme "$(BUILD_SCHEME)" -destination "platform=iOS Simulator,name=$(IOS_SIMULATOR)"
6
6
else
You can’t perform that action at this time.
0 commit comments