Skip to content

Release 3.0.0 (#595) #286

Release 3.0.0 (#595)

Release 3.0.0 (#595) #286

name: Build WatchOS
on:
push:
branches:
- master
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.4.0
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Build watchOS
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: 'generic/platform=watchOS'
project: Split.xcodeproj
scheme: WatchOS
use-xcpretty: true