update sdl Merge commit '4d48f9d23713d94b861da7b5d41baf2a41334994'
This commit is contained in:
22
external/sdl/SDL/.github/workflows/visionos.yml.disabled
vendored
Normal file
22
external/sdl/SDL/.github/workflows/visionos.yml.disabled
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
name: Build (visionOS)
|
||||
|
||||
# FIXME: Enable this workflow once CMake 3.28 becomes available on GitHub
|
||||
on: [push, pull_request]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
Build:
|
||||
name: visionOS
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Configure
|
||||
run: |
|
||||
cmake -B build -GXcode -DCMAKE_SYSTEM_NAME=visionOS
|
||||
- name: Build
|
||||
run: |
|
||||
cmake --build build
|
Reference in New Issue
Block a user