Skip to content

Work around the issue with sizing of views with many labels #14

Work around the issue with sizing of views with many labels

Work around the issue with sizing of views with many labels #14

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build_ios:
name: Build iOS
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Prepare
run: gem install xcpretty
- name: Build
run: xcodebuild build -scheme 'MMMTestCase' -destination generic/platform=iOS | xcpretty
build_tvos:
name: Build tvOS
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Prepare
run: gem install xcpretty
- name: Build
run: xcodebuild build -scheme 'MMMTestCase' -destination generic/platform=tvOS | xcpretty