-
Notifications
You must be signed in to change notification settings - Fork 649
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
Showing
1 changed file
with
8 additions
and
18 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 |
---|---|---|
|
@@ -164,29 +164,19 @@ jobs: | |
with: | ||
xcode-version: 14.3.1 | ||
- uses: actions/[email protected] | ||
- name: Cache setup | ||
uses: actions/[email protected] | ||
with: | ||
key: v4-repo-${{ github.sha }} | ||
path: |- | ||
build_iphoneos | ||
build_catalyst | ||
build_iphonesimulator | ||
build_macosx | ||
destroot | ||
- name: Install dependencies | ||
run: brew install cmake ninja | ||
- name: Build the test application | ||
run: pod install | ||
working-directory: test/ApplePlatformsIntegrationTestApp | ||
- name: Test MacOS application | ||
run: |- | ||
xcodebuild test \ | ||
-workspace ApplePlatformsIntegrationTests.xcworkspace \ | ||
-configuration Debug \ | ||
-destination 'platform=macOS' \ | ||
-scheme ApplePlatformsIntegrationMacTests | ||
working-directory: test/ApplePlatformsIntegrationTestApp | ||
#- name: Test MacOS application | ||
# run: |- | ||
# xcodebuild test \ | ||
# -workspace ApplePlatformsIntegrationTests.xcworkspace \ | ||
# -configuration Debug \ | ||
# -destination 'platform=macOS' \ | ||
# -scheme ApplePlatformsIntegrationMacTests | ||
# working-directory: test/ApplePlatformsIntegrationTestApp | ||
- name: Test iPhone application | ||
run: |- | ||
xcodebuild test \ | ||
|