Skip to content

Commit 439c73a

Browse files
committed
Android Action
1 parent 69aebd5 commit 439c73a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/of.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,3 +453,23 @@ jobs:
453453
DEVELOPER_DIR: "/Applications/Xcode.app/Contents/Developer"
454454
SDKROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
455455
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
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

Comments
 (0)