Skip to content

Commit

Permalink
Do not republish SDL2.xcframework
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreffs committed Oct 20, 2024
1 parent c87c13d commit dbf84e9
Showing 1 changed file with 0 additions and 58 deletions.
58 changes: 0 additions & 58 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,61 +60,3 @@ jobs:
.build/**/Minimal
if-no-files-found: warn
include-hidden-files: true

- name: Zip XCFramework
run: |
zip -q -9 -r SDL2.xcframework.zip SDL2.xcframework
echo "`swift package compute-checksum SDL2.xcframework.zip`" > SDL2.xcframework.checksum.txt
- name: Publish XCFramework
uses: actions/[email protected]
with:
name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
path: |
SDL2.xcframework.zip
SDL2.xcframework.checksum.txt
macos-test-build-release-xcode-legacy:
runs-on: macos-12
strategy:
matrix:
xcode: ["13.4.1"]
steps:
- name: Checkout
uses: actions/[email protected]

- name: Select Xcode ${{ matrix.xcode }}
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app

- name: Test
run: swift test
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer

- name: Upload test artifacts
if: failure()
uses: actions/[email protected]
with:
name: test-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
path: |
.build/**/*.json
.build/**/*.xctest
- name: Build Release
run: swift build -c release
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer

- name: Upload build artifacts
if: failure()
uses: actions/[email protected]
with:
name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
path: |
*.lcov
.build/*.yaml
.build/**/*.a
.build/**/*.so
.build/**/*.dylib
.build/**/*.dSYM
.build/**/*.json

0 comments on commit dbf84e9

Please sign in to comment.