Skip to content

Commit d699db4

Browse files
committed
Add Android
1 parent cc31519 commit d699db4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/build_test.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,17 @@ jobs:
4646
cd layer_example/build_rel
4747
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
4848
make -j4
49+
50+
build-android:
51+
name: Android
52+
runs-on: ubuntu-22.04
53+
steps:
54+
- name: Git checkout
55+
uses: actions/checkout@v4
56+
with:
57+
submodules: 'true'
58+
59+
- name: Build layer_example
60+
run: |
61+
cd layer_example
62+
bash ./android_build.sh Release

0 commit comments

Comments
 (0)