-
-
Notifications
You must be signed in to change notification settings - Fork 16
59 lines (59 loc) · 1.51 KB
/
ios.yml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#name: CI-iOS
#
#on:
# push:
# branches:
# - main
# - develop
# - ios*
# paths-ignore:
# - 'manual/**'
# - 'sim/**'
# - '*.sh'
# - '*.md'
# pull_request:
# branches:
# - main
# - develop
# paths-ignore:
# - 'manual/**'
# - 'sim/**'
# - '*.sh'
# - '*.md'
# workflow_dispatch:
#
#jobs:
# build_and_test:
# if: contains(toJson(github.event.commits), '***NO_CI***') == false && contains(toJson(github.event.commits), '[ci skip]') == false && contains(toJson(github.event.commits), '[skip ci]') == false
# name: Build AUv3 plugin for iOS
# runs-on: macos-latest
#
# steps:
# - name: Get latest CMake
# uses: lukka/get-cmake@latest
#
# - name: Checkout code
# uses: actions/checkout@v2
# with:
# submodules: recursive
#
# - uses: Apple-Actions/import-codesign-certs@v1
# with:
# p12-file-base64: ${{ secrets.IOS_CERTIFICATES_BASE64 }}
# p12-password: ${{ secrets.IOS_CERTIFICATES_PASS }}
#
## - uses: Apple-Actions/download-provisioning-profiles@v1
## with:
## bundle-id: com.chowdsp.ChowKick*
## issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }}
## api-key-id: ${{ secrets.APPSTORE_KEY_ID }}
## api-private-key: ${{ secrets.APPSTORE_PRIVATE_KEY }}
#
# - name: Configure and Build
# run: bash scripts/ios_build.sh build
# env:
# TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
#
## - name: Build
## shell: bash
## run: cmake --build build-ios --config Release --parallel 4 | xcpretty