File tree 1 file changed +13
-11
lines changed
1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 1
- defaults : &defaults
2
- macos :
3
- xcode : " 13.1.0"
4
- shell : /bin/bash --login -eo pipefail
1
+ defaults :
2
+ &defaults
3
+ macos :
4
+ xcode : " 13.1.0"
5
+ shell : /bin/bash --login -eo pipefail
5
6
aliases :
6
7
- &cache-pull
7
8
keys :
@@ -12,12 +13,11 @@ aliases:
12
13
key : gem-cache-v1-{{ arch }}-{{ .Branch }}-{{ checksum "Gemfile.lock" }}
13
14
paths :
14
15
- vendor/bundle
15
- - &prepare
16
- |
17
- git submodule update --init --recursive
18
- sudo gem install bundler
19
- bundle config set path 'vendor/bundle'
20
- bundle install
16
+ - &prepare |
17
+ git submodule update --init --recursive
18
+ sudo gem install bundler
19
+ bundle config set path 'vendor/bundle'
20
+ bundle install
21
21
- &filter-only-master
22
22
branches :
23
23
only :
32
32
- restore_cache : *cache-pull
33
33
- run : *prepare
34
34
- save_cache : *cache-push
35
- - run : bundle exec rake test:carthage
35
+ - run :
36
+ command : bundle exec rake test:carthage
37
+ no_output_timeout : 60m
36
38
37
39
workflows :
38
40
version : 2
You can’t perform that action at this time.
0 commit comments