Merge remote-tracking branch 'Jellyfin/main' into main

This commit is contained in:
Aiden Vigue 2021-05-25 17:09:12 -04:00
commit 3dd0f370c7
No known key found for this signature in database
GPG Key ID: E7570472648F4544
1 changed files with 28 additions and 0 deletions

28
.github/workflows/fastlane-build.yml vendored Normal file
View File

@ -0,0 +1,28 @@
name: fastlane build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Build and Test default scheme using any available iPhone simulator
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6 # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Carthage
run: "carthage update"
- uses: sersoft-gmbh/xcodebuild-action@v1
with:
project: JellyfinPlayer.xcodeproj
scheme: JellyfinPlayer
destination: platform=iOS
action: build