-
Notifications
You must be signed in to change notification settings - Fork 106
/
Copy path.travis.yml
31 lines (31 loc) · 1.18 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
language: objective-c
os: osx
before_script: >
export CLOUDINARY_URL=$(bash tools/get_test_cloud.sh);
echo cloud_name: "$(echo $CLOUDINARY_URL | cut -d'@' -f2)"
notifications:
email:
recipients:
jobs:
- osx_image: xcode12
xcode_workspace: Example/Cloudinary.xcworkspace
xcode_scheme: travis_public_scheme
podfile: Example/Podfile
install: pod install --project-directory=Example
env: CLOUDINARY_URL=$CLOUDINARY_URL
xcode_destination: platform=iOS Simulator,OS=13.0,name=iPhone 8
- osx_image: xcode12
xcode_workspace: Example/Cloudinary.xcworkspace
xcode_scheme: travis_public_scheme
podfile: Example/Podfile
install: pod install --project-directory=Example
env: CLOUDINARY_URL=$CLOUDINARY_URL
xcode_destination: platform=iOS Simulator,OS=14.0,name=iPhone 8
- osx_image: xcode13.2
xcode_workspace: Example/Cloudinary.xcworkspace
xcode_scheme: travis_public_scheme
podfile: Example/Podfile
install: pod install --project-directory=Example
env: CLOUDINARY_URL=$CLOUDINARY_URL
xcode_destination: platform=iOS Simulator,OS=15.2,name=iPhone 8