Skip to content

Do not show stream info, zoom, camera and mic in to left of UI be def… #1762

Do not show stream info, zoom, camera and mic in to left of UI be def…

Do not show stream info, zoom, camera and mic in to left of UI be def… #1762

Workflow file for this run

name: All
on:
push:
pull_request:
jobs:
all:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Source code styling
run: |
make style-check
- name: Linting
run: |
make lint
- name: Build
run: |
xcodebuild -scheme Moblin -skipPackagePluginValidation build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
- name: Build watch
run: |
xcodebuild -scheme "Moblin Watch" -skipPackagePluginValidation build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO