Add Android backend and example (#3446)

This commit is contained in:
duddel
2021-03-04 10:35:44 +01:00
committed by GitHub
parent d8c88bd943
commit fb85c0341b
14 changed files with 770 additions and 2 deletions

View File

@ -458,10 +458,20 @@ jobs:
popd
make -C examples/example_emscripten_wgpu
Android:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Build example_android_opengl3
run: |
cd examples/example_android_opengl3/android
gradle assembleDebug
Discord-CI:
runs-on: ubuntu-18.04
if: always()
needs: [Windows, Linux, MacOS, iOS, Emscripten]
needs: [Windows, Linux, MacOS, iOS, Emscripten, Android]
steps:
- uses: dearimgui/github_discord_notifier@latest
with: