Skip to content

WIP

WIP #291

Workflow file for this run

name: Build MacOS
on:
push:
branches:
- master
- SDKS-8989
pull_request:
branches:
- master
- development
# jobs:
# build:
# runs-on: [macos-latest]
# steps:
# - name: Select Xcode
# uses: maxim-lobanov/setup-xcode@v1
# with:
# xcode-version: 15.1.0
# - name: Checkout
# uses: actions/checkout@v2
# with:
# fetch-depth: 0
# - name: Build MacOS
# uses: sersoft-gmbh/xcodebuild-action@v3
# with:
# action: build
# build-settings: ONLY_ACTIVE_ARCH=NO TEST_AFTER_BUILD=NO
# configuration: Debug
# derived-data-path: "${{github.workspace}}/SplitApp"
# destination: 'platform=macOS,arch=x86_64'
# project: Split.xcodeproj
# scheme: Split
# use-xcpretty: true
jobs:
build:
uses: ./.github/workflows/base_build.yaml
with:
destination: platform=macOS,arch=x86_64
scheme: Split