forked from mapzen/ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcircle.yml
More file actions
29 lines (27 loc) · 706 Bytes
/
Copy pathcircle.yml
File metadata and controls
29 lines (27 loc) · 706 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
machine:
xcode:
version: "8.3.3"
environment:
GYM_CODE_SIGNING_IDENTITY: "iPhone Distribution: Michael Cunningham (LTQC954SPQ)"
checkout:
post:
- git submodule sync
- git submodule update --init --recursive
dependencies:
override:
- pod install:
timeout: 1800
cache_directories:
- "~/.cocoapods"
test:
override:
- if [[ "$CIRCLE_BRANCH" = "master" ]] ; then scripts/build_test_objc.sh ; fi
- scripts/build_test_swift.sh
deployment:
alpha_distribution:
branch: master
commands:
- fastlane master
- scripts/deploy.sh
- sudo pip install 'Circle-Beacon == 2.0.0'
- alert-circle mapzen documentation master $CIRCLE_TOKEN