Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbfb authored May 29, 2024
1 parent 38395e7 commit 95e0cf6
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 95e0cf6

Please sign in to comment.