1 file changed +0
-55
lines changed Original file line number Diff line number Diff line change @@ -311,58 +311,3 @@ jobs:
311
311
python_version : ${{needs.default_versions.outputs.python_version}}
312
312
usd_version : ${{needs.default_versions.outputs.usd_version}}
313
313
java_version : ${{needs.default_versions.outputs.java_version}}
314
-
315
- # ----------------------------------------------------------------------------
316
- # android: Check build of F3D for android
317
- # ----------------------------------------------------------------------------
318
- android :
319
- needs : check_nightly
320
- if : ${{ needs.check_nightly.outputs.should_run == 'true' }}
321
-
322
- strategy :
323
- fail-fast : false
324
- matrix :
325
- arch : [armeabi-v7a, arm64-v8a, x86, x86_64]
326
-
327
- runs-on : ubuntu-22.04
328
- container : ghcr.io/f3d-app/f3d-ci
329
-
330
- steps :
331
-
332
- - name : Checkout
333
- uses : actions/checkout@v4
334
- with :
335
- path : ' source'
336
- fetch-depth : 0
337
- lfs : false
338
-
339
- - name : Android CI
340
- uses : ./source/.github/actions/android-ci
341
- with :
342
- arch : ${{matrix.arch}}
343
- vtk_version : ${{needs.check_nightly.outputs.vtk_sha}}
344
-
345
- # ----------------------------------------------------------------------------
346
- # webassembly: Check build of F3D for webassembly
347
- # ----------------------------------------------------------------------------
348
- webassembly :
349
- needs : check_nightly
350
- if : ${{ needs.check_nightly.outputs.should_run == 'true' }}
351
-
352
- strategy :
353
- fail-fast : false
354
-
355
- runs-on : ubuntu-22.04
356
-
357
- steps :
358
-
359
- - name : Checkout
360
- uses : actions/checkout@v4
361
- with :
362
- path : ' source'
363
- fetch-depth : 0
364
- lfs : ' false'
365
-
366
- - name : Build
367
- working-directory : ${{github.workspace}}/source/webassembly
368
- run : npm run build:rel
0 commit comments