mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-23 04:25:38 -04:00
Do not build android mips in travis in case of cron or pull_request.
Related to #121
This commit is contained in:
parent
acf1083b1f
commit
f983b8431b
@ -50,8 +50,6 @@ env:
|
||||
- PLATFORM="i586_static"
|
||||
- PLATFORM="android_arm"
|
||||
- PLATFORM="android_arm64"
|
||||
- PLATFORM="android_mips"
|
||||
- PLATFORM="android_mips64"
|
||||
- PLATFORM="android_x86"
|
||||
- PLATFORM="android_x86_64"
|
||||
matrix:
|
||||
@ -62,6 +60,11 @@ matrix:
|
||||
- env: PLATFORM="android_mips64"
|
||||
- env: PLATFORM="android_x86"
|
||||
- env: PLATFORM="android_x86_64"
|
||||
include:
|
||||
- env: PLATFORM="android_mips"
|
||||
if: type!=cron AND type!=pull_request
|
||||
- env: PLATFORM="android_mips64"
|
||||
if: type!=cron AND type!=pull_request
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
|
Loading…
x
Reference in New Issue
Block a user