Skip to content

Commit 254f44c

Browse files
committed
CocoaPods CI update (#6751)
* CocoaPods CI update * CocoaPods CI update * Restore cron after test success
1 parent c5ea958 commit 254f44c

File tree

13 files changed

+5
-147
lines changed

13 files changed

+5
-147
lines changed

.travis.yml

Lines changed: 3 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -239,54 +239,24 @@ jobs:
239239

240240
# Validate Cocoapods configurations
241241
# This may take long time, so we would like to run it only once all other tests pass
242-
# Validate Cocoapods 1.7.0 compatibility
243242
- stage: test
244243
if: type = cron
245244
env:
246-
- POD_CONFIG_DIR=Cocoapods1_7_0_multiprojects_frameworks
245+
- POD_CONFIG_DIR=Cocoapods_multiprojects_frameworks
247246
script:
248247
- travis_retry ./CocoapodsIntegrationTest/scripts/build_with_environment.sh --gemfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Gemfile --podfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Podfile
249248

250249
- stage: test
251250
if: type = cron
252251
env:
253-
- POD_CONFIG_DIR=Cocoapods1_7_0_frameworks
254-
script:
255-
- travis_retry ./CocoapodsIntegrationTest/scripts/build_with_environment.sh --gemfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Gemfile --podfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Podfile
256-
257-
- stage: test
258-
if: type = cron
259-
env:
260-
- POD_CONFIG_DIR=Cocoapods1_7_0_multiprojects_staticLibs
261-
script:
262-
- travis_retry ./CocoapodsIntegrationTest/scripts/build_with_environment.sh --gemfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Gemfile --podfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Podfile
263-
264-
- stage: test
265-
if: type = cron
266-
env:
267-
- POD_CONFIG_DIR=Cocoapods1_7_0_staticLibs
268-
script:
269-
- travis_retry ./CocoapodsIntegrationTest/scripts/build_with_environment.sh --gemfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Gemfile --podfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Podfile
270-
271-
# Validate Cocoapods 1.6.1 compatibility
272-
- stage: test
273-
if: type = cron
274-
env:
275-
- POD_CONFIG_DIR=Cocoapods1_6_1_frameworks
276-
script:
277-
- travis_retry ./CocoapodsIntegrationTest/scripts/build_with_environment.sh --gemfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Gemfile --podfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Podfile
278-
279-
- stage: test
280-
if: type = cron
281-
env:
282-
- POD_CONFIG_DIR=Cocoapods1_6_1_staticLibs
252+
- POD_CONFIG_DIR=Cocoapods_multiprojects_staticLibs
283253
script:
284254
- travis_retry ./CocoapodsIntegrationTest/scripts/build_with_environment.sh --gemfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Gemfile --podfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Podfile
285255

286256
allow_failures:
287257
# Run fuzz tests only on cron jobs.
288258
- stage: test
289-
if: type = cron
259+
# if: type = cron
290260
env:
291261
- PROJECT=Firestore PLATFORM=iOS METHOD=fuzz
292262
before_install:

CocoapodsIntegrationTest/TestEnvironments/Cocoapods1_6_1_frameworks/Podfile

Lines changed: 0 additions & 24 deletions
This file was deleted.

CocoapodsIntegrationTest/TestEnvironments/Cocoapods1_6_1_staticLibs/Gemfile

Lines changed: 0 additions & 5 deletions
This file was deleted.

CocoapodsIntegrationTest/TestEnvironments/Cocoapods1_6_1_staticLibs/Podfile

Lines changed: 0 additions & 22 deletions
This file was deleted.

CocoapodsIntegrationTest/TestEnvironments/Cocoapods1_7_0_frameworks/Gemfile

Lines changed: 0 additions & 5 deletions
This file was deleted.

CocoapodsIntegrationTest/TestEnvironments/Cocoapods1_7_0_frameworks/Podfile

Lines changed: 0 additions & 23 deletions
This file was deleted.

CocoapodsIntegrationTest/TestEnvironments/Cocoapods1_7_0_multiprojects_frameworks/Gemfile

Lines changed: 0 additions & 5 deletions
This file was deleted.

CocoapodsIntegrationTest/TestEnvironments/Cocoapods1_7_0_staticLibs/Gemfile

Lines changed: 0 additions & 6 deletions
This file was deleted.

CocoapodsIntegrationTest/TestEnvironments/Cocoapods1_7_0_staticLibs/Podfile

Lines changed: 0 additions & 22 deletions
This file was deleted.

CocoapodsIntegrationTest/TestEnvironments/Cocoapods1_6_1_frameworks/Gemfile renamed to CocoapodsIntegrationTest/TestEnvironments/Cocoapods_multiprojects_frameworks/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
source "https://rubygems.org"
44

5-
gem 'cocoapods', "=1.6.1"
5+
gem 'cocoapods', '1.10.0.rc.1'

0 commit comments

Comments
 (0)