Skip to content

Commit

Permalink
common runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Aug 1, 2024
1 parent d8b4c72 commit b1e6800
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ executors:
# m1.medium -> 150 credits/min
# m1.large -> 250 credits/min

macos-m1-test-runner:
macos-m1-runner:
macos:
xcode: 15.4.0
resource_class: macos.m1.medium.gen1
Expand All @@ -44,16 +44,10 @@ executors:
PARRA_ASC_API_KEY_PATH: ./artifacts/asc-key.p8
working_directory: /tmp/workspace

macos-m1-release-runner:
macos:
xcode: 15.4.0
resource_class: macos.m1.medium.gen1
working_directory: /tmp/workspace

version: 2.1
jobs:
# build-and-test:
# executor: macos-m1-test-runner
# executor: macos-m1-runner
# steps:
# - common
# - prepare_ios_prerequisites
Expand All @@ -67,7 +61,7 @@ jobs:
# path: build/unit-tests/derivedData/Logs/Test

build-and-run-sample:
executor: macos-m1-test-runner
executor: macos-m1-runner
steps:
- common

Expand All @@ -89,7 +83,7 @@ jobs:
command: ./scripts.sh utils --build-sample

release-ios-sdk:
executor: macos-m1-release-runner
executor: macos-m1-runner
steps:
- checkout # Can't use shallow clone orbs because circle repo url env var isn't being set for some reason.
- run: # Triggered by a tag. Switch to the main branch to do work on the commit associated with the tag.
Expand Down Expand Up @@ -215,7 +209,3 @@ workflows:
- /^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)$/
branches:
ignore: /.*/

# run-unit-tests:
# jobs:
# - build-and-test

0 comments on commit b1e6800

Please sign in to comment.