We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69aebd5 commit 439c73aCopy full SHA for 439c73a
.github/workflows/of.yml
@@ -453,3 +453,23 @@ jobs:
453
DEVELOPER_DIR: "/Applications/Xcode.app/Contents/Developer"
454
SDKROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
455
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
456
+
457
+ build-android:
458
+ runs-on: ubuntu-24.04
459
+ strategy:
460
+ matrix:
461
+ cfg:
462
+ - { target: android, opt: arm64 }
463
+ env:
464
+ TARGET: ${{matrix.cfg.target}}
465
+ steps:
466
467
+ - uses: actions/checkout@v4
468
+ # - name: ccache
469
+ # uses: hendrikmuhs/ccache-action@v1.2.14
470
+ # with:
471
+ # key: ${{ matrix.cfg.target }}-${{ matrix.cfg.libs }}
472
473
+ - name: Download libs
474
+ run: ./scripts/android/download_libs.sh -t $RELEASE
475
0 commit comments