-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy path.travis.yml
25 lines (25 loc) · 1.08 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
language: objective-c
osx_image: xcode8.2
bundler_args: --retry 3
git:
depth: 2
branches:
only:
- master
- dev
script:
- xcodebuild -project ApiAI.xcodeproj -scheme ApiAITests -sdk iphonesimulator -destination 'id=8188B40E-F57F-4519-AC47-E43D884B9016' build test
- pod install --project-directory=./ApiAIDemo
- xcodebuild -workspace ApiAIDemo/ApiAIDemo.xcworkspace -scheme ApiAIDemo -sdk iphonesimulator build
- pod install --project-directory=./ApiAIDemoSwift
- xcodebuild -workspace ApiAIDemoSwift/ApiAIDemoSwift.xcworkspace -scheme ApiAIDemoSwift -sdk iphonesimulator build
# - pod install --project-directory=./ApiAIDemoWatchOS
# - xcodebuild -workspace ApiAIDemoWatchOS/ApiAIDemoWatchOS.xcworkspace -scheme ApiAIDemoWatchOS clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
- pod install --project-directory=./ApiAIMacOSDemo
- xcodebuild -workspace ApiAIMacOSDemo/ApiAIMacOSDemo.xcworkspace -scheme ApiAIMacOSDemo -sdk macosx build
after_script: set +e
notifications:
email:
recipients: