forked from artsy/eigen
-
Notifications
You must be signed in to change notification settings - Fork 1
/
circle.yml
38 lines (36 loc) · 1002 Bytes
/
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
machine:
xcode:
version: "6.3.1"
environment:
# Private repo access
GITHUB_API_KEY: secret
# SecondCurtain
UPLOAD_IOS_SNAPSHOT_BUCKET_NAME: eigen-ci
AWS_ACCESS_KEY_ID: secret
AWS_SECRET_ACCESS_KEY: secret
# CocoaPods-Keys
ArtsyAPIClientSecret: 3a33d2085cbd1176153f99781bbce7c6
ArtsyAPIClientKey: e750db60ac506978fc70
ArtsyFacebookAppID: "-"
ArtsyTwitterKey: "-"
ArtsyTwitterSecret: "-"
ArtsyTwitterStagingKey: "-"
ArtsyTwitterStagingSecret: "-"
AdjustProductionAppToken: "-"
SegmentProductionWriteKey: "-"
SegmentDevWriteKey: "-"
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 distribution
- bundle exec pod install
cache_directories:
- vendor/bundle
- Pods
test:
pre:
- make ci
override:
- make test