14
14
- StandaloneOSX # Builds Unity 2021 macOS only
15
15
- StandaloneOSX-Unity6 # Builds Unity 6 macOS only
16
16
- StandaloneWindows64
17
- - Android
18
- - iOS
17
+ # - Android
18
+ # - iOS
19
19
push :
20
20
branches : [main]
21
21
pull_request :
32
32
fail-fast : false
33
33
matrix :
34
34
include :
35
- # Unity 2021 macOS build
36
35
- targetPlatform : StandaloneOSX
37
36
buildMethod : MacBuilder.BuildForAltTester
38
37
buildPath : sample/Builds/MacOS
@@ -43,11 +42,11 @@ jobs:
43
42
buildPath : sample/Builds/Windows64
44
43
projectPath : sample
45
44
unityVersion : 2021.3.26f1
46
- - targetPlatform : Android
47
- buildMethod : MobileBuilder.BuildForAltTester
48
- buildPath : sample/Builds/Android
49
- projectPath : sample
50
- unityVersion : 2021.3.26f1
45
+ # - targetPlatform: Android
46
+ # buildMethod: MobileBuilder.BuildForAltTester
47
+ # buildPath: sample/Builds/Android
48
+ # projectPath: sample
49
+ # unityVersion: 2021.3.26f1
51
50
steps :
52
51
- uses : actions/checkout@v3
53
52
if : github.event_name != 'workflow_dispatch' || github.event.inputs.targetPlatform == 'All' || github.event.inputs.targetPlatform == matrix.targetPlatform
@@ -255,20 +254,23 @@ jobs:
255
254
security default-keychain -s ~/Library/Keychains/login.keychain-db
256
255
security list-keychains -d user -s ~/Library/Keychains/login.keychain-db
257
256
security list-keychains
258
- build-ios : # test-ios:
259
- name : Run iOS build # UI tests 🧪
260
- needs :
261
- - build
262
- - test
263
- runs-on : [ self-hosted, macOS ]
264
- if : github.event_name != 'workflow_dispatch' || github.event.inputs.targetPlatform == 'All' || github.event.inputs.targetPlatform == 'iOS'
265
- steps :
266
- - uses : actions/checkout@v3
267
- with :
268
- lfs : true
269
- - name : Build iOS app
270
- working-directory : sample
271
- run : ./build_ios.sh
257
+ # build-ios: #test-ios:
258
+ # name: Run iOS build #UI tests 🧪
259
+ # needs:
260
+ # - build
261
+ # - test
262
+ # runs-on: [ self-hosted, macOS ]
263
+ # if: github.event_name != 'workflow_dispatch' || github.event.inputs.targetPlatform == 'All' || github.event.inputs.targetPlatform == 'iOS'
264
+ # steps:
265
+ # - uses: actions/checkout@v3
266
+ # with:
267
+ # lfs: true
268
+ # - name: Build iOS app
269
+ # working-directory: sample
270
+ # run: |
271
+ # export TMPDIR=/Users/svc_buildsdk/tmp
272
+ # mkdir -p $TMPDIR
273
+ # ./build_ios.sh
272
274
# - uses: actions/setup-python@v4
273
275
# with:
274
276
# python-version: "3.13"
0 commit comments