Skip to content

Commit

Permalink
Update CI (#1129)
Browse files Browse the repository at this point in the history
chore(ci): update bitrise.yml to latest xcode and ios versions, and update any outdated bitrise plugin
  • Loading branch information
Gio2018 authored Dec 12, 2024
1 parent 64c2e9e commit 59a8110
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ workflows:
- source: '$BITRISEIO_SECRETS_TEST_URL'
- destination: '$BITRISE_SOURCE_DIR/Config/secrets.xcconfig'
title: Install test secrets.xcconfig
- restore-spm-cache@1: {}
- restore-spm-cache@2: {}
- xcode-build-for-test:
inputs:
- destination: generic/platform=iOS Simulator
Expand All @@ -264,8 +264,8 @@ workflows:
timeout: 600 #10 minutes
title: Unit Tests
inputs:
- xctestrun: '${BITRISE_TEST_BUNDLE_PATH}/Pocket (iOS)_UnitTests_iphonesimulator18.1.xctestrun'
- destination: platform=iOS Simulator,name=iPhone 16,OS=18.1
- xctestrun: '${BITRISE_TEST_BUNDLE_PATH}/Pocket (iOS)_UnitTests_iphonesimulator18.2.xctestrun'
- destination: platform=iOS Simulator,name=iPhone 16,OS=18.2
- deploy-to-bitrise-io@2:
inputs:
- pipeline_intermediate_files: '$BITRISE_XCRESULT_PATH:BITRISE_UNIT_XCRESULT_PATH'
Expand Down Expand Up @@ -293,8 +293,8 @@ workflows:
timeout: 1200 #20 minutes
title: UI Test Suite 1
inputs:
- xctestrun: '${BITRISE_TEST_BUNDLE_PATH}/Pocket (iOS)_UITests-1_iphonesimulator18.1-arm64-x86_64.xctestrun'
- destination: platform=iOS Simulator,name=iPhone 16,OS=18.1
- xctestrun: '${BITRISE_TEST_BUNDLE_PATH}/Pocket (iOS)_UITests-1_iphonesimulator18.2-arm64-x86_64.xctestrun'
- destination: platform=iOS Simulator,name=iPhone 16,OS=18.2
- deploy-to-bitrise-io@2:
inputs:
- pipeline_intermediate_files: '$BITRISE_XCRESULT_PATH:BITRISE_UITESTS_1_XCRESULT_PATH'
Expand All @@ -308,8 +308,8 @@ workflows:
timeout: 1200 #20 minutes
title: UI Test Suite 2
inputs:
- xctestrun: '${BITRISE_TEST_BUNDLE_PATH}/Pocket (iOS)_UITests-2_iphonesimulator18.1-arm64-x86_64.xctestrun'
- destination: platform=iOS Simulator,name=iPhone 16,OS=18.1
- xctestrun: '${BITRISE_TEST_BUNDLE_PATH}/Pocket (iOS)_UITests-2_iphonesimulator18.2-arm64-x86_64.xctestrun'
- destination: platform=iOS Simulator,name=iPhone 16,OS=18.2
- deploy-to-bitrise-io@2:
inputs:
- pipeline_intermediate_files: '$BITRISE_XCRESULT_PATH:BITRISE_UITESTS_2_XCRESULT_PATH'
Expand All @@ -323,8 +323,8 @@ workflows:
timeout: 1200 #20 minutes
title: UI Test Suite 3
inputs:
- xctestrun: '${BITRISE_TEST_BUNDLE_PATH}/Pocket (iOS)_UITests-3_iphonesimulator18.1-arm64-x86_64.xctestrun'
- destination: platform=iOS Simulator,name=iPhone 16,OS=18.1
- xctestrun: '${BITRISE_TEST_BUNDLE_PATH}/Pocket (iOS)_UITests-3_iphonesimulator18.2-arm64-x86_64.xctestrun'
- destination: platform=iOS Simulator,name=iPhone 16,OS=18.2
- deploy-to-bitrise-io@2:
inputs:
- pipeline_intermediate_files: '$BITRISE_XCRESULT_PATH:BITRISE_UITESTS_3_XCRESULT_PATH'
Expand All @@ -338,8 +338,8 @@ workflows:
timeout: 1200 #20 minutes
title: UI Test Suite 4
inputs:
- xctestrun: '${BITRISE_TEST_BUNDLE_PATH}/Pocket (iOS)_UITests-4_iphonesimulator18.1-arm64-x86_64.xctestrun'
- destination: platform=iOS Simulator,name=iPhone 16,OS=18.1
- xctestrun: '${BITRISE_TEST_BUNDLE_PATH}/Pocket (iOS)_UITests-4_iphonesimulator18.2-arm64-x86_64.xctestrun'
- destination: platform=iOS Simulator,name=iPhone 16,OS=18.2
- deploy-to-bitrise-io@2:
inputs:
- pipeline_intermediate_files: '$BITRISE_XCRESULT_PATH:BITRISE_UITESTS_4_XCRESULT_PATH'
Expand Down Expand Up @@ -481,4 +481,4 @@ app:
meta:
bitrise.io:
machine_type_id: g2-m1-max.10core
stack: osx-xcode-16.1.x-edge
stack: osx-xcode-16.2.x-edge

0 comments on commit 59a8110

Please sign in to comment.