File tree Expand file tree Collapse file tree 1 file changed +25
-25
lines changed Expand file tree Collapse file tree 1 file changed +25
-25
lines changed Original file line number Diff line number Diff line change 1111before_install :
1212 - git submodule update --init --recursive
1313
14- # stage: test
15- # env:
16- # global:
17- # - LC_CTYPE=en_US.UTF-8
18- # - LANG=en_US.UTF-8
19- # matrix:
20- # - TEST_TYPE=iOS
21- # - TEST_TYPE=macOS
22- # install: bundle install
23- # script:
24- # - |
25- # RAKE_TASK_NAME=$(echo "$TEST_TYPE" | tr '[:upper:]' '[:lower:]')
26- # bundle exec rake test:$RAKE_TASK_NAME
27- # after_success: bash <(curl -s https://codecov.io/bash)
14+ stage : test
15+ env :
16+ global :
17+ - LC_CTYPE=en_US.UTF-8
18+ - LANG=en_US.UTF-8
19+ matrix :
20+ - TEST_TYPE=iOS
21+ - TEST_TYPE=macOS
22+ install : bundle install
23+ script :
24+ - |
25+ RAKE_TASK_NAME=$(echo "$TEST_TYPE" | tr '[:upper:]' '[:lower:]')
26+ bundle exec rake test:$RAKE_TASK_NAME
27+ after_success : bash <(curl -s https://codecov.io/bash)
2828
2929jobs :
3030 include :
@@ -42,14 +42,14 @@ jobs:
4242 on :
4343 tags : true
4444 all_branches : true
45- # - stage: release
46- # env: Cocoapods
47- # install: bundle install
48- # script: bundle exec rake test:cocoapods
49- # - stage: release
50- # env: Carthage
51- # install:
52- # - bundle install
53- # - brew update
54- # - brew install carthage || brew upgrade carthage
55- # script: bundle exec rake test:carthage
45+ - stage : release
46+ env : Cocoapods
47+ install : bundle install
48+ script : bundle exec rake test:cocoapods
49+ - stage : release
50+ env : Carthage
51+ install :
52+ - bundle install
53+ - brew update
54+ - brew install carthage || brew upgrade carthage
55+ script : bundle exec rake test:carthage
You can’t perform that action at this time.
0 commit comments