1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: