forked from artsy/energy-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
circle.yml
46 lines (42 loc) · 1.16 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
41
42
43
44
45
46
machine:
xcode:
version: "7.0"
environment:
# Public - Ace
UPLOAD_IOS_SNAPSHOT_BUCKET_NAME: eigen-ci
# Private - Keeps us in business - Ace.
AWS_ACCESS_KEY_ID : from_admin
AWS_SECRET_ACCESS_KEY : from_admin
DANGER_GITHUB_API_TOKEN : from_admin
FASTLANE_PASSWORD : from_admin
FASTLANE_USERNAME : from_admin
GITHUB_API_KEY : from_admin
MATCH_PASSWORD : from_admin
ArtsyAPIClientSecret : from_admin
ArtsyAPIClientKey : from_admin
HockeyAppBetaID : from_admin
HockeyAppLiveID : from_admin
IntercomAppID : from_admin
IntercomAPIKey : from_admin
SegmentProduction : from_admin
SegmentBeta : from_admin
HOCKEY_API_TOKEN : from_admin
SLACK_URL : from_admin
post:
- echo "machine github.com login $GITHUB_API_KEY" > ~/.netrc
- chmod 600 ~/.netrc
dependencies:
override:
- bundle check --path=vendor/bundle || bundle install --path=vendor/bundle --jobs=4 --retry=3 --without development
- bundle exec pod install
cache_directories:
- vendor/bundle
- Pods
test:
pre:
- make build
override:
- make test
- bundle exec danger
post:
- make deploy_if_beta_branch