-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
abdc4cf
commit b627def
Showing
4 changed files
with
39 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: Pull Request Validation | ||
|
||
on: | ||
pull_request: | ||
|
||
jobs: | ||
windows: | ||
runs-on: windows-latest | ||
|
||
steps: | ||
- name: "Checkout swift-sentry" | ||
uses: actions/checkout@v4 | ||
|
||
- name: Install Swift | ||
uses: compnerd/gha-setup-swift@main | ||
with: | ||
branch: swift-5.9-release | ||
tag: 5.9-RELEASE | ||
|
||
- name: Build | ||
run: swift build --verbose | ||
|
||
macOS: | ||
runs-on: macos-13 | ||
|
||
steps: | ||
- name: "Checkout swift-sentry" | ||
uses: actions/checkout@v4 | ||
|
||
- name: Select Xcode 15.0 | ||
run: sudo xcode-select -s /Applications/Xcode_15.0.app | ||
|
||
- name: Build | ||
run: swift build --verbose |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
// A required, empty file to ensure that when building from Xcode that a .o is produced. |
4 changes: 2 additions & 2 deletions
4
.../SwiftSentryTests/swift_sentryTests.swift → ...s/SwiftSentryTests/SwiftSentryTests.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters