Skip to content

Commit 5102ea7

Browse files
committed
Update circle.ci configuration to use custom carthage script.
1 parent 11a1662 commit 5102ea7

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ orbs:
44
# Using 1.0 of our Orbs means it will use the latest 1.0.x version from https://github.com/wordpress-mobile/circleci-orbs
55
ios: wordpress-mobile/ios@1.0
66

7-
commands:
8-
custom-carthage:
9-
steps:
10-
- run:
11-
name: Custom Carthage
12-
command: cd Example && ./carthage.sh build --platform iOS && cd ..
13-
147
executors:
158
default:
169
description: |
@@ -24,7 +17,9 @@ jobs:
2417
executor:
2518
name: default
2619
steps:
27-
- custom-carthage
20+
- run:
21+
name: Custom Carthage
22+
command: cd Example && ./carthage.sh build --platform iOS && cd ..
2823

2924
workflows:
3025
test_and_validate:

0 commit comments

Comments
 (0)