Android: run ./mach package implicitly after ./mach build by default

The result of `./mach build` for Android is a `.so` file
that cannot be used on its own, so running build without package
is presumably never useful.
This commit is contained in:
Simon Sapin 2018-07-16 11:51:10 +02:00
parent a6f403c5f2
commit 6ef56dac2b
2 changed files with 9 additions and 2 deletions

View file

@ -164,7 +164,6 @@ android-x86:
- ./mach clean-cargo-cache --keep 3 --force
- ./etc/ci/bootstrap-android-and-accept-licences.sh
- env --unset ANDROID_NDK --unset ANDROID_SDK ./mach build --target i686-linux-android --release
- env --unset ANDROID_NDK --unset ANDROID_SDK ./mach package --target i686-linux-android --release
- env --unset ANDROID_NDK --unset ANDROID_SDK ./mach test-android-startup --release
- bash ./etc/ci/lockfile_changed.sh