summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwinaphex2020-11-10 19:26:14 +0100
committertwinaphex2020-11-10 19:26:31 +0100
commit303572f31b4fc3e5eb338eeef10e8e8dc83feaab (patch)
tree2d6db697aec977faaf68522b3e2abd350aa47cc5
parentaad3dbb0b4de52921f05e0d114d5a1971e8fbadb (diff)
downloadpicogpsp-303572f31b4fc3e5eb338eeef10e8e8dc83feaab.tar.gz
picogpsp-303572f31b4fc3e5eb338eeef10e8e8dc83feaab.tar.bz2
picogpsp-303572f31b4fc3e5eb338eeef10e8e8dc83feaab.zip
Update .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml12
1 files changed, 2 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 15a047a..4aeb44d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,5 @@
+# TODO/FIXME - doesn't build for now for Android armeabi v7a and x86 32bit,
+# will perhaps need an older toolchain for this
.core-defs:
variables:
JNI_PATH: .
@@ -34,11 +36,6 @@ libretro-build-windows-x64:
- .libretro-windows-x64-mingw-make-default
# Android
-android-armeabi-v7a:
- extends:
- - .core-defs
- - .libretro-android-jni-armeabi-v7a
-
android-arm64-v8a:
extends:
- .core-defs
@@ -49,11 +46,6 @@ android-x86_64:
- .core-defs
- .libretro-android-jni-x86_64
-android-x86:
- extends:
- - .core-defs
- - .libretro-android-jni-x86
-
# Static
libretro-build-vita:
extends: