diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-04-05 15:15:48 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-04-05 15:15:48 +0200 |
| commit | a511b3e1ff07bc7df5e58ab371f1ea5079ccabb9 (patch) | |
| tree | fd5b2b6b71b2521fff41f8e1ee78b5acd48515ed /tests/CMakePresets.json | |
| parent | 43417c3f11ef286a0c4af99433875958f5f483bb (diff) | |
tests: remove the Android OpenSLES builds (those trigger deprecated errors now)
Diffstat (limited to 'tests/CMakePresets.json')
| -rw-r--r-- | tests/CMakePresets.json | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/tests/CMakePresets.json b/tests/CMakePresets.json index 48765edb..8f05b73d 100644 --- a/tests/CMakePresets.json +++ b/tests/CMakePresets.json @@ -435,38 +435,6 @@ } }, { - "name": "android_sles_debug", - "generator": "Ninja", - "binaryDir": "build/android_sles_debug", - "toolchainFile": "build/android_sdk/ndk-bundle/build/cmake/android.toolchain.cmake", - "cacheVariables": { - "SOKOL_BACKEND": "SOKOL_GLES3", - "ANDROID_ABI": "armeabi-v7a", - "ANDROID_PLATFORM": "android-30", - "CMAKE_BUILD_TYPE": "Debug", - "SOKOL_FORCE_SLES": { - "type": "BOOL", - "value": "ON" - } - } - }, - { - "name": "android_sles_release", - "generator": "Ninja", - "binaryDir": "build/android_sles_release", - "toolchainFile": "build/android_sdk/ndk-bundle/build/cmake/android.toolchain.cmake", - "cacheVariables": { - "SOKOL_BACKEND": "SOKOL_GLES3", - "ANDROID_ABI": "armeabi-v7a", - "ANDROID_PLATFORM": "android-30", - "CMAKE_BUILD_TYPE": "Release", - "SOKOL_FORCE_SLES": { - "type": "BOOL", - "value": "ON" - } - } - }, - { "name": "win_gl", "binaryDir": "build/win_gl", "cacheVariables": { @@ -681,14 +649,6 @@ "configurePreset": "android_release" }, { - "name": "android_sles_debug", - "configurePreset": "android_sles_debug" - }, - { - "name": "android_sles_release", - "configurePreset": "android_sles_release" - }, - { "name": "win_gl_debug", "configurePreset": "win_gl", "configuration": "Debug" |