Skip to content

Commit

Permalink
Add Android
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel committed Nov 12, 2024
1 parent cc31519 commit d699db4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,17 @@ jobs:
cd layer_example/build_rel
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
make -j4
build-android:
name: Android
runs-on: ubuntu-22.04
steps:
- name: Git checkout
uses: actions/checkout@v4
with:
submodules: 'true'

- name: Build layer_example
run: |
cd layer_example
bash ./android_build.sh Release

0 comments on commit d699db4

Please sign in to comment.