|
8 | 8 | stages:
|
9 | 9 | - checks
|
10 | 10 | - test
|
11 |
| - - name: cocoapods_compatibility_check |
12 |
| - if: type = cron |
13 | 11 |
|
14 | 12 | jobs:
|
15 | 13 | include:
|
@@ -241,38 +239,44 @@ jobs:
|
241 | 239 | # Validate Cocoapods configurations
|
242 | 240 | # This may take long time, so we would like to run it only once all other tests pass
|
243 | 241 | # Validate Cocoapods 1.7.0 compatibility
|
244 |
| - - stage: cocoapods_compatibility_check |
| 242 | + - stage: test |
| 243 | + if: type = cron |
245 | 244 | env:
|
246 | 245 | - POD_CONFIG_DIR=Cocoapods1_7_0_multiprojects_frameworks
|
247 | 246 | script:
|
248 | 247 | - travis_retry ./CocoapodsIntegrationTest/scripts/build_with_environment.sh --gemfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Gemfile --podfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Podfile
|
249 | 248 |
|
250 |
| - - stage: cocoapods_compatibility_check |
| 249 | + - stage: test |
| 250 | + if: type = cron |
251 | 251 | env:
|
252 | 252 | - POD_CONFIG_DIR=Cocoapods1_7_0_frameworks
|
253 | 253 | script:
|
254 | 254 | - travis_retry ./CocoapodsIntegrationTest/scripts/build_with_environment.sh --gemfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Gemfile --podfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Podfile
|
255 | 255 |
|
256 |
| - - stage: cocoapods_compatibility_check |
| 256 | + - stage: test |
| 257 | + if: type = cron |
257 | 258 | env:
|
258 | 259 | - POD_CONFIG_DIR=Cocoapods1_7_0_multiprojects_staticLibs
|
259 | 260 | script:
|
260 | 261 | - travis_retry ./CocoapodsIntegrationTest/scripts/build_with_environment.sh --gemfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Gemfile --podfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Podfile
|
261 | 262 |
|
262 |
| - - stage: cocoapods_compatibility_check |
| 263 | + - stage: test |
| 264 | + if: type = cron |
263 | 265 | env:
|
264 | 266 | - POD_CONFIG_DIR=Cocoapods1_7_0_staticLibs
|
265 | 267 | script:
|
266 | 268 | - travis_retry ./CocoapodsIntegrationTest/scripts/build_with_environment.sh --gemfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Gemfile --podfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Podfile
|
267 | 269 |
|
268 | 270 | # Validate Cocoapods 1.6.1 compatibility
|
269 |
| - - stage: cocoapods_compatibility_check |
| 271 | + - stage: test |
| 272 | + if: type = cron |
270 | 273 | env:
|
271 | 274 | - POD_CONFIG_DIR=Cocoapods1_6_1_frameworks
|
272 | 275 | script:
|
273 | 276 | - travis_retry ./CocoapodsIntegrationTest/scripts/build_with_environment.sh --gemfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Gemfile --podfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Podfile
|
274 | 277 |
|
275 |
| - - stage: cocoapods_compatibility_check |
| 278 | + - stage: test |
| 279 | + if: type = cron |
276 | 280 | env:
|
277 | 281 | - POD_CONFIG_DIR=Cocoapods1_6_1_staticLibs
|
278 | 282 | script:
|
|
0 commit comments