-
-
Notifications
You must be signed in to change notification settings - Fork 127
Expand file tree
/
Copy path.travis.yml
More file actions
23 lines (23 loc) · 676 Bytes
/
.travis.yml
File metadata and controls
23 lines (23 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
os: osx
language: objective-c
xcode_workspace: Monal.xcworkspace
xcode_scheme: Monal
xcode_destination: platform=iOS Simulator,name=iPhone 11 Pro
osx_image: xcode12.5
podfile: Podfile
before_install:
- cd Monal
- gem install cocoapods
- git submodule update --init --recursive
- git submodule update --remote --merge
install:
- pod install
script:
- set -o pipefail && xcodebuild -workspace "Monal.xcworkspace" -scheme "Monal" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 11 Pro' test | xcpretty
branches:
except:
- alpha.build
notifications:
email:
on_success: never # default: change
on_failure: always # default: always