-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcircle.yml
40 lines (39 loc) · 1.07 KB
/
circle.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
#
# IOS Build configuration for Circle CI
#
machine:
xcode:
version: "7.3"
environment:
XCODE_SCHEME: use-bdd
XCODE_WORKSPACE: use-bdd.xcworkspace
DEVELOPER_NAME: 'iPhone Distribution'
APPNAME: use-bdd
PROFILE_UUID: dist
MAIL_LIST: [email protected],[email protected]
dependencies:
override:
- brew install git-lfs
- ssh [email protected] git-lfs-authenticate IgorFedorchuk/kiwi---ios---bdd.git download
- git lfs fetch
test:
override:
- set -o pipefail &&
xcodebuild
CODE_SIGNING_REQUIRED=NO
CODE_SIGN_IDENTITY=
PROVISIONING_PROFILE=
-sdk iphonesimulator
-destination 'platform=iOS Simulator,OS=9.0,name=iPhone 6'
-workspace $XCODE_WORKSPACE
-scheme $XCODE_SCHEME
clean build test |
tee $CIRCLE_ARTIFACTS/xcode_raw.log |
xcpretty --color --report junit --output $CIRCLE_TEST_REPORTS/xcode/results.xml
deployment:
crashlytics:
branch: [master, dev]
commands:
- ./scripts/add-key.sh
- ./scripts/crashlytics.sh
- ./scripts/remove-key.sh