Do not build the multi arch android app on pullrequest.
We already build on all android arch on specific job. So no need to check recompile the same thing.
This commit is contained in:
parent
556095f893
commit
2b2dd9f118
|
@ -36,6 +36,7 @@ jobs:
|
|||
env: VARIANT=appimage
|
||||
- stage: android_build
|
||||
env: PLATFORM="android"
|
||||
if: type != pull_request
|
||||
- env: PLATFORM="native_dyn"
|
||||
os: osx
|
||||
- env: PLATFORM="iOS_arm64"
|
||||
|
|
Loading…
Reference in New Issue