-
Notifications
You must be signed in to change notification settings - Fork 18
45 lines (39 loc) · 1009 Bytes
/
build_macos.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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