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

Test Android x86 on CI #21166

Merged
merged 3 commits into from Jul 12, 2018
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Test Android x86 on CI

  • Loading branch information
SimonSapin committed Jul 12, 2018
commit abb2ac6d201e1da1345e7f513ea961895caacebc
@@ -0,0 +1,12 @@
#!/usr/bin/env bash

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

set -o errexit
set -o nounset
set -o pipefail

cd $(dirname ${0})/../..
yes | ./mach bootstrap-android
@@ -160,7 +160,13 @@ android:
- python ./etc/ci/check_dynamic_symbols.py

android-x86:
- echo FIXME To be filled in once Buildbot is configured
- ./mach clean-nightlies --keep 3 --force
- ./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

android-nightly:
- ./mach clean-nightlies --keep 3 --force
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.