mirror of
https://github.com/servo/servo.git
synced 2025-08-14 18:05:36 +01:00
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:
parent
a6f403c5f2
commit
6ef56dac2b
2 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue