diff options
| author | Andre Weissflog <floooh@gmail.com> | 2022-05-23 17:07:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-23 17:07:09 +0200 |
| commit | 2b171e5a579e570e8cbae41dfb7355fe6be5ed69 (patch) | |
| tree | 63574514963d67c22dd82d8b40dc3f1325577c2c /tests/test_android.sh | |
| parent | fea33d7892f59b619dab86ffa7c810273969fcba (diff) | |
Move tests over from sokol-samples (#666)
This is mainly so that CI works as expected for Github PRs.
Also fixes a couple of uncritical warnings in sokol_app.h, sokol_audio.h and sokol_imgui.h
Diffstat (limited to 'tests/test_android.sh')
| -rwxr-xr-x | tests/test_android.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/test_android.sh b/tests/test_android.sh new file mode 100755 index 00000000..feaa0c7a --- /dev/null +++ b/tests/test_android.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +set -e +source test_common.sh +prepare +setup_android +build_android android_debug SOKOL_GLES3 Debug +build_android android_release SOKOL_GLES3 Release |