aboutsummaryrefslogtreecommitdiff
path: root/tests/test_android.sh
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2022-05-23 17:07:09 +0200
committerGitHub <noreply@github.com>2022-05-23 17:07:09 +0200
commit2b171e5a579e570e8cbae41dfb7355fe6be5ed69 (patch)
tree63574514963d67c22dd82d8b40dc3f1325577c2c /tests/test_android.sh
parentfea33d7892f59b619dab86ffa7c810273969fcba (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-xtests/test_android.sh7
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