Allow android build to fails.
Recent changes on android side make the build fails. While this is not fixed, do not block MR not related to kiwix-android. This should be reverted as soon as kiwix-android build is fixed.
This commit is contained in:
parent
7c7471e01c
commit
603300c154
|
@ -40,6 +40,15 @@ env:
|
||||||
- PLATFORM="android_mips64"
|
- PLATFORM="android_mips64"
|
||||||
- PLATFORM="android_x86"
|
- PLATFORM="android_x86"
|
||||||
- PLATFORM="android_x86_64"
|
- PLATFORM="android_x86_64"
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- env: PLATFORM="android_arm"
|
||||||
|
- env: PLATFORM="android_arm64"
|
||||||
|
- env: PLATFORM="android_mips"
|
||||||
|
- env: PLATFORM="android_mips64"
|
||||||
|
- env: PLATFORM="android_x86"
|
||||||
|
- env: PLATFORM="android_x86_64"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
|
|
Loading…
Reference in New Issue