Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --android option to ./mach package #401

Merged
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Add --android option to ./mach package

servo/servo#11210 recently updated `./mach
package` to make it a first-class Mach command and add support for
simple Linux packaging as well (in the form of tarballs). Android used
to be the only packaging target supported, so a naked `./mach package`
sufficed, but now we need to explicitly build the Android packaging.
  • Loading branch information
aneeshusa committed Jun 22, 2016
commit de8528996686f3dbcd889dd18ecf873805313cc3
@@ -53,7 +53,7 @@ android:

android-nightly:
- ./mach build --android --release
- ./mach package -r
- ./mach package --android --release
- s3cmd put target/arm-linux-androideabi/release/servo.apk s3://servo-rust/nightly/servo.apk

arm32:
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.