Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v6.9.3 #1099

Merged
merged 7 commits into from
May 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
102 changes: 23 additions & 79 deletions .buildkite/pipeline.quick.yml
Original file line number Diff line number Diff line change
@@ -1,164 +1,108 @@
env:
LANG: "en_GB.UTF-8"

steps:
- label: macOS 11 unit tests
timeout_in_minutes: 10
agents:
queue: opensource-mac-cocoa-11
env:
LANG: "en_GB.UTF-8"
TEST_CONFIGURATION: "Debug"
PLATFORM: "macOS"
commands:
- make bootstrap
- make analyze test
- ./scripts/run-unit-tests.sh PLATFORM=macOS
artifact_paths:
- xcodebuild.log
- logs/*

- label: macOS 10.14 unit tests
timeout_in_minutes: 10
agents:
queue: opensource-mac-cocoa-10.14
env:
LANG: "en_GB.UTF-8"
TEST_CONFIGURATION: "Debug"
PLATFORM: "macOS"
commands:
- make bootstrap
- make analyze test
- ./scripts/run-unit-tests.sh PLATFORM=macOS
artifact_paths:
- xcodebuild.log
- logs/*

- label: iOS 13 unit tests
timeout_in_minutes: 10
agents:
queue: opensource-mac-cocoa-11
env:
LANG: "en_GB.UTF-8"
TEST_CONFIGURATION: "Debug"
PLATFORM: "iOS"
OS: "13.7"
concurrency: 3
concurrency_group: cocoa-unit-tests
commands:
- make bootstrap
- make test
- ./scripts/run-unit-tests.sh PLATFORM=iOS OS=13.7
artifact_paths:
- xcodebuild.log
- logs/*

- label: iOS 12 unit tests
timeout_in_minutes: 10
agents:
queue: opensource-mac-cocoa-11
env:
LANG: "en_GB.UTF-8"
TEST_CONFIGURATION: "Debug"
PLATFORM: "iOS"
OS: "12.4"
concurrency: 3
concurrency_group: cocoa-unit-tests
commands:
- make bootstrap
- make test
- ./scripts/run-unit-tests.sh PLATFORM=iOS OS=12.4
artifact_paths:
- xcodebuild.log
- logs/*

- label: iOS 11 unit tests
timeout_in_minutes: 10
agents:
queue: opensource-mac-cocoa-11
env:
LANG: "en_GB.UTF-8"
TEST_CONFIGURATION: "Debug"
PLATFORM: "iOS"
OS: "11.4"
concurrency: 3
concurrency_group: cocoa-unit-tests
commands:
- make bootstrap
- make test
- ./scripts/run-unit-tests.sh PLATFORM=iOS OS=11.4
artifact_paths:
- xcodebuild.log
- logs/*

- label: iOS 10 unit tests
timeout_in_minutes: 10
agents:
queue: opensource-mac-cocoa-10.15
env:
LANG: "en_GB.UTF-8"
TEST_CONFIGURATION: "Debug"
PLATFORM: "iOS"
OS: "10.3.1"
DEVICE: "iPhone 5s"
commands:
- make bootstrap
- make test
- ./scripts/run-unit-tests.sh PLATFORM=iOS OS=10.3.1 DEVICE=iPhone\ 5s
artifact_paths:
- xcodebuild.log
- logs/*

- label: tvOS 13 unit tests
timeout_in_minutes: 10
agents:
queue: opensource-mac-cocoa-11
env:
LANG: "en_GB.UTF-8"
TEST_CONFIGURATION: "Debug"
PLATFORM: "tvOS"
OS: "13.3"
concurrency: 3
concurrency_group: cocoa-unit-tests
commands:
- make bootstrap
- make test
- ./scripts/run-unit-tests.sh PLATFORM=tvOS OS=13.3
artifact_paths:
- xcodebuild.log
- logs/*

- label: tvOS 12 unit tests
timeout_in_minutes: 10
agents:
queue: opensource-mac-cocoa-11
env:
LANG: "en_GB.UTF-8"
TEST_CONFIGURATION: "Debug"
PLATFORM: "tvOS"
OS: "12.4"
concurrency: 3
concurrency_group: cocoa-unit-tests
commands:
- make bootstrap
- make test
- ./scripts/run-unit-tests.sh PLATFORM=tvOS OS=12.4
artifact_paths:
- xcodebuild.log
- logs/*

- label: tvOS 11 unit tests
timeout_in_minutes: 10
agents:
queue: opensource-mac-cocoa-11
env:
LANG: "en_GB.UTF-8"
TEST_CONFIGURATION: "Debug"
PLATFORM: "tvOS"
OS: "11.4"
concurrency: 3
concurrency_group: cocoa-unit-tests
commands:
- make bootstrap
- make test
- ./scripts/run-unit-tests.sh PLATFORM=tvOS OS=11.4
artifact_paths:
- xcodebuild.log
- logs/*

- label: tvOS 10 unit tests
timeout_in_minutes: 10
agents:
queue: opensource-mac-cocoa-10.15
env:
LANG: "en_GB.UTF-8"
TEST_CONFIGURATION: "Debug"
PLATFORM: "tvOS"
OS: "10.2"
commands:
- make bootstrap
- make test
- ./scripts/run-unit-tests.sh PLATFORM=tvOS OS=10.2
artifact_paths:
- xcodebuild.log
- logs/*

- label: ':apple: macOS 10.15 full end-to-end tests'
depends_on:
Expand Down
61 changes: 13 additions & 48 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ steps:
queue: opensource-mac-cocoa-10.15
concurrency: 3
concurrency_group: cocoa-unit-tests
env:
LANG: "en_GB.UTF-8"
commands:
- mkdir -p features/fixtures/carthage-proj
- make build_swift
Expand All @@ -56,88 +54,55 @@ steps:
queue: opensource-mac-cocoa-10.15
concurrency: 3
concurrency_group: cocoa-unit-tests
env:
LANG: "en_GB.UTF-8"
TEST_CONFIGURATION: "Debug"
PLATFORM: "macOS"
commands:
- make bootstrap
- make analyze test
- ./scripts/run-unit-tests.sh PLATFORM=macOS
artifact_paths:
- logs/*

- label: macOS 10.13 unit tests
timeout_in_minutes: 10
agents:
queue: opensource-mac-cocoa-10.13
env:
LANG: "en_GB.UTF-8"
TEST_CONFIGURATION: "Debug"
PLATFORM: "macOS"
commands:
- make bootstrap
- make analyze test
- ./scripts/run-unit-tests.sh PLATFORM=macOS
artifact_paths:
- xcodebuild.log
- logs/*

- label: iOS 14 unit tests
timeout_in_minutes: 10
agents:
queue: opensource-mac-cocoa-11
env:
LANG: "en_GB.UTF-8"
TEST_CONFIGURATION: "Debug"
PLATFORM: "iOS"
OS: "14.3"
commands:
- make bootstrap
- make test
- ./scripts/run-unit-tests.sh PLATFORM=iOS OS=14.3
artifact_paths:
- xcodebuild.log
- logs/*

- label: iOS 9 unit tests
timeout_in_minutes: 10
agents:
queue: opensource-mac-cocoa-10.13
env:
LANG: "en_GB.UTF-8"
PLATFORM: "iOS"
OS: "9.3"
DEVICE: "iPhone 5s"
commands:
- make bootstrap
- TEST_CONFIGURATION=Debug make test
- TEST_CONFIGURATION=Release make test
- ./scripts/run-unit-tests.sh PLATFORM=iOS OS=9.3 DEVICE=iPhone\ 5s
artifact_paths:
- xcodebuild.log
- logs/*

- label: tvOS 14 unit tests
timeout_in_minutes: 10
agents:
queue: opensource-mac-cocoa-11
env:
LANG: "en_GB.UTF-8"
TEST_CONFIGURATION: "Debug"
PLATFORM: "tvOS"
OS: "14.3"
commands:
- make bootstrap
- make test
- ./scripts/run-unit-tests.sh PLATFORM=tvOS OS=14.3
artifact_paths:
- xcodebuild.log
- logs/*

- label: tvOS 9 unit tests
timeout_in_minutes: 10
agents:
queue: opensource-mac-cocoa-10.13
env:
LANG: "en_GB.UTF-8"
TEST_CONFIGURATION: "Debug"
PLATFORM: "tvOS"
OS: "9.2"
commands:
- make bootstrap
- make test
- ./scripts/run-unit-tests.sh PLATFORM=tvOS OS=9.2
artifact_paths:
- xcodebuild.log
- logs/*

- label: ':ios: iOS 14 barebones end-to-end tests'
depends_on:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store
build/
logs/
*.pbxuser
!default.pbxuser
*.mode1v3
Expand All @@ -10,6 +11,7 @@ build/
!default.perspectivev3
xcuserdata
*.xccheckout
*.xcresult
*.moved-aside
DerivedData
*.hmap
Expand Down
4 changes: 2 additions & 2 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ author_url: "https://www.bugsnag.com"
author: "Bugsnag Inc"
clean: false # avoid deleting docs/.git
framework_root: "Bugsnag"
github_file_prefix: "https://github.com/bugsnag/bugsnag-cocoa/tree/v6.9.2/Bugsnag"
github_file_prefix: "https://github.com/bugsnag/bugsnag-cocoa/tree/v6.9.3/Bugsnag"
github_url: "https://github.com/bugsnag/bugsnag-cocoa"
hide_documentation_coverage: true
module: "Bugsnag"
module_version: "6.9.2"
module_version: "6.9.3"
objc: true
output: "docs"
readme: "README.md"
Expand Down
4 changes: 2 additions & 2 deletions Bugsnag.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bugsnag",
"version": "6.9.2",
"version": "6.9.3",
"summary": "The Bugsnag crash reporting framework for Apple platforms.",
"homepage": "https://bugsnag.com",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"source": {
"git": "https://github.com/bugsnag/bugsnag-cocoa.git",
"tag": "v6.9.2"
"tag": "v6.9.3"
},
"frameworks": [
"Foundation",
Expand Down
Loading