Skip to content

Close enhance identification of IINA build, #4383 (#4385) #850

Close enhance identification of IINA build, #4383 (#4385)

Close enhance identification of IINA build, #4383 (#4385) #850

Workflow file for this run

name: CI
on:
push:
branches: [develop]
pull_request:
branches: [develop]
jobs:
build:
strategy:
matrix:
include:
- xcode: "13.4.1"
deployment_target: "MACOSX_DEPLOYMENT_TARGET=10.11"
- xcode: "14.1"
deployment_target: ""
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: ./other/download_libs.sh
- name: Build
run: xcodebuild -project iina.xcodeproj -scheme iina CODE_SIGNING_ALLOWED=NO ${{ matrix.deployment_target }}
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer