Update ci.yml
This commit is contained in:
parent
9946c52d1d
commit
56910a8d15
|
@ -12,8 +12,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
scheme:
|
scheme:
|
||||||
- "JellyfinPlayer"
|
- "Swiftfin"
|
||||||
- "JellyfinPlayer tvOS"
|
- "Swiftfin tvOS"
|
||||||
|
|
||||||
runs-on: macos-11
|
runs-on: macos-11
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ jobs:
|
||||||
|
|
||||||
- name: xcodebuild!
|
- name: xcodebuild!
|
||||||
run: |
|
run: |
|
||||||
xcodebuild build -workspace "JellyfinPlayer.xcworkspace" \
|
xcodebuild build -workspace "Swiftfin.xcworkspace" \
|
||||||
-scheme "${{ matrix.scheme }}" \
|
-scheme "${{ matrix.scheme }}" \
|
||||||
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
|
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue