forked from ReactiveCocoa/ReactiveObjC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
66 lines (66 loc) · 2.09 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
54
55
56
57
58
59
60
61
62
63
64
65
66
language: objective-c
osx_image: xcode10.2
before_install: true
install: true
branches:
only:
- master
script:
- script/build
xcode_workspace: ReactiveObjC.xcworkspace
matrix:
include:
- xcode_scheme: ReactiveObjC-macOS
env:
- XCODE_SDK=macosx
- XCODE_ACTION="build test"
- XCODE_DESTINATION="arch=x86_64"
- xcode_scheme: ReactiveObjC-iOS
env:
- XCODE_SDK=iphonesimulator
- XCODE_ACTION="build-for-testing test-without-building"
- XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 6s"
- xcode_scheme: ReactiveObjC-tvOS
env:
- XCODE_SDK=appletvsimulator
- XCODE_ACTION="build-for-testing test-without-building"
- XCODE_DESTINATION="platform=tvOS Simulator,name=Apple TV 4K"
- xcode_scheme: ReactiveObjC-watchOS
env:
- XCODE_SDK=watchsimulator
- XCODE_ACTION=build
- XCODE_DESTINATION="platform=watchOS Simulator,name=Apple Watch - 38mm"
- script:
- brew update
- brew outdated carthage || brew upgrade carthage
- carthage build --no-skip-current --platform mac
env:
- JOB=CARTHAGE-macOS
- script:
- brew update
- brew outdated carthage || brew upgrade carthage
- carthage build --no-skip-current --platform iOS
env:
- JOB=CARTHAGE-iOS
- script:
- brew update
- brew outdated carthage || brew upgrade carthage
- carthage build --no-skip-current --platform tvOS
env:
- JOB=CARTHAGE-tvOS
- script:
- brew update
- brew outdated carthage || brew upgrade carthage
- carthage build --no-skip-current --platform watchOS
env:
- JOB=CARTHAGE-watchOS
- script:
- gem install cocoapods --pre
- pod repo update --silent
- pod lib lint ReactiveObjC.podspec
env:
- JOB=PODSPEC
notifications:
email: false
slack:
secure: C9QTry5wUG9CfeH3rm3Z19R5rDWqDO7EhHAqHDXBxT6CpGRkTPFliJexpjBYB4sroJ8CiY5ZgTI2sjRBiAdGoE5ZQkfnwSoKQhWXkwo19TnbSnufr3cKO2SZkUhBqOlZcA+mgfjZ7rm2wm7RhpCR/4z8oBXDN4/xv0U5R2fLCLE=