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="i586_static"
|
||||||
- PLATFORM="android_arm"
|
- PLATFORM="android_arm"
|
||||||
- PLATFORM="android_arm64"
|
- PLATFORM="android_arm64"
|
||||||
- PLATFORM="android_mips"
|
|
||||||
- PLATFORM="android_mips64"
|
|
||||||
- PLATFORM="android_x86"
|
- PLATFORM="android_x86"
|
||||||
- PLATFORM="android_x86_64"
|
- PLATFORM="android_x86_64"
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -62,6 +60,11 @@ matrix:
|
||||||
- env: PLATFORM="android_mips64"
|
- env: PLATFORM="android_mips64"
|
||||||
- env: PLATFORM="android_x86"
|
- env: PLATFORM="android_x86"
|
||||||
- env: PLATFORM="android_x86_64"
|
- 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:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
|
|
Loading…
Reference in New Issue