Skip to content

Commit

Permalink
Update circleci config - SSDK-666
Browse files Browse the repository at this point in the history
  • Loading branch information
aokj4ck committed Apr 19, 2024
1 parent cb7f3f4 commit a2e4747
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
steps:
- checkout
- setup-authentication
context: SDK Registry Token
- ios-prestart-simulator
- upgrade-carthage
- install-swiftlint
Expand Down Expand Up @@ -135,6 +136,7 @@ jobs:
- checkout
- parse-release-version
- setup-authentication
context: SDK Registry Token
- install-mbx-ci-darwin
- restore_cache:
keys:
Expand All @@ -158,6 +160,7 @@ jobs:
- checkout
- parse-release-version
- setup-authentication
context: SDK Registry Token
- install-mbx-ci-darwin
- run:
name: Update documentation
Expand All @@ -180,6 +183,7 @@ jobs:
steps:
- checkout
- setup-authentication
context: SDK Registry Token
- upgrade-carthage
- parse-release-version
- run: make ios
Expand All @@ -199,6 +203,7 @@ jobs:
steps:
- checkout
- setup-authentication
context: SDK Registry Token
- parse-release-version
- run: rm '/usr/local/lib/python3.9/site-packages/six.py'
- run: brew install awscli gh
Expand All @@ -225,6 +230,7 @@ jobs:
- checkout
- parse-release-version
- setup-authentication
context: SDK Registry Token
- install-mbx-ci-darwin
- run: scripts/generate_podspecs.sh
- run:
Expand All @@ -241,6 +247,7 @@ jobs:
steps:
- checkout
- setup-authentication
context: SDK Registry Token
- run: brew install xcodegen
- run: make validate-spm-build

Expand All @@ -251,7 +258,6 @@ commands:
CircleCI inputs only private key, however Xcode requires both private and public keys in ~/.ssh folder
mbx-ci tool injects key "id_rsa_3bcd47bf579ce536b04d5f125ed3b33e" with potential name be changed
This oneliner generates public key for an existing private
context: SDK Registry Token
steps:
- run:
name: Generate SSH Public Key from private
Expand Down Expand Up @@ -280,6 +286,7 @@ commands:
ios-install-carthage-dependencies:
steps:
- setup-authentication
context: SDK Registry Token
- run: make deps

ios-prestart-simulator:
Expand Down

0 comments on commit a2e4747

Please sign in to comment.