first commit
Some checks failed
/ buid (push) Has been cancelled

This commit is contained in:
2026-04-16 14:48:09 +07:00
commit 4b968a3347
5625 changed files with 1685474 additions and 0 deletions

32
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,32 @@
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
buidJoB:
name: buid
runs-on: macos-14
steps:
- uses: actions/checkout@main
with:
submodules: 'true'
- name: Set up Xcode
run: |
sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
xcode-select -p
xcodebuild -version
- name: Build
run: |
cd Demo
pod install
swift package BuildFFmpeg -h
swift run ffmpeg -h
xcodebuild -workspace Demo.xcworkspace -scheme macOS
xcodebuild -workspace Demo.xcworkspace -scheme iOS -sdk iphonesimulator
# xcodebuild -workspace Demo.xcworkspace -scheme visonOS -sdk XRSimulator
# xcodebuild -workspace Demo.xcworkspace -scheme tvOS -sdk appletvsimulator