summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-2.30.2/.github/workflows/ios.yml
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-08-30 16:53:58 -0700
committer3gg <3gg@shellblade.net>2025-08-30 16:53:58 -0700
commit6aaedb813fa11ba0679c3051bc2eb28646b9506c (patch)
tree34acbfc9840e02cb4753e6306ea7ce978bf8b58e /src/contrib/SDL-2.30.2/.github/workflows/ios.yml
parent8f228ade99dd3d4c8da9b78ade1815c9adf85c8f (diff)
Update to SDL3
Diffstat (limited to 'src/contrib/SDL-2.30.2/.github/workflows/ios.yml')
-rw-r--r--src/contrib/SDL-2.30.2/.github/workflows/ios.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/contrib/SDL-2.30.2/.github/workflows/ios.yml b/src/contrib/SDL-2.30.2/.github/workflows/ios.yml
deleted file mode 100644
index 1eb5735..0000000
--- a/src/contrib/SDL-2.30.2/.github/workflows/ios.yml
+++ /dev/null
@@ -1,20 +0,0 @@
1name: Build (iOS/tvOS)
2
3on: [push, pull_request]
4
5jobs:
6 Build:
7 name: ${{ matrix.platform.name }}
8 runs-on: macos-latest
9
10 strategy:
11 fail-fast: false
12 matrix:
13 platform:
14 - { name: iOS, target: Static Library-iOS, sdk: iphoneos }
15 - { name: tvOS, target: Static Library-tvOS, sdk: appletvos }
16
17 steps:
18 - uses: actions/checkout@v4
19 - name: Build
20 run: xcodebuild -project Xcode/SDL/SDL.xcodeproj -target '${{ matrix.platform.target }}' -configuration Release -sdk ${{ matrix.platform.sdk }} clean build \ No newline at end of file