-
Notifications
You must be signed in to change notification settings - Fork 185
Expand file tree
/
Copy path.travis.yml
More file actions
36 lines (30 loc) · 865 Bytes
/
.travis.yml
File metadata and controls
36 lines (30 loc) · 865 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
34
35
36
os: osx
language: objective-c
xcode_workspace: ./MTHawkeyeDemo/MTHawkeye.xcworkspace
xcode_scheme: MTHawkeyeTests
podfile: ./MTHawkeyeDemo/Podfile
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- LANGUAGE=en_US.UTF-8
- WORKSPACE="./MTHawkeyeDemo/MTHawkeye.xcworkspace"
- TEST_SCHEME="MTHawkeyeTests"
- DEMO_SCHEME="MTHawkeyeDemo"
matrix:
include:
- osx_image: xcode11.6
env: RUN_TEST="YES" BUILD_DEMO="NO" POD_LINT="NO"
before_install:
- gem install fastlane
- gem install cocoapods
- pod install --project-directory=MTHawkeyeDemo --repo-update
script:
- set -o pipefail
- xcodebuild -version
- xcodebuild -showsdks
- fastlane hawkeye_ci
after_failure:
- cat -n ~/Library/Logs/scan/*
- cat -n $TMPDIR/com.apple.dt.XCTest-status/Session*.log
- cat -n ~/Library/Logs/DiagnosticReports/xctest*.crash