diff options
author | Alan Jeffrey <ajeffrey@mozilla.com> | 2018-11-05 12:48:17 -0600 |
---|---|---|
committer | Alan Jeffrey <ajeffrey@mozilla.com> | 2018-11-05 12:48:17 -0600 |
commit | e57859fe492c17f2fb316a5a6d965fe7b6e981b6 (patch) | |
tree | d65857b25d573410d05057863b1a8b19109d38d3 | |
parent | 5e52992c6bd6400736f32399cb16bfb52a1b4e8b (diff) | |
download | servo-e57859fe492c17f2fb316a5a6d965fe7b6e981b6.tar.gz servo-e57859fe492c17f2fb316a5a6d965fe7b6e981b6.zip |
Add magicleap builder
-rw-r--r-- | etc/ci/buildbot_steps.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml index 6e895d30597..f5e5604afd8 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -229,6 +229,17 @@ android-nightly: - ./mach upload-nightly maven - ./etc/ci/clean_build_artifacts.sh +magicleap: + env: + MAGICLEAP_SDK: /Users/servo/magicleap/v0.17.0 + commands: + - ./mach clean-nightlies --keep 3 --force + - ./mach clean-cargo-cache --keep 3 --force + - ./etc/ci/clean_build_artifacts.sh + - ./mach build --magicleap --dev + - bash ./etc/ci/lockfile_changed.sh + - ./etc/ci/clean_build_artifacts.sh + arm32: env: AR: /usr/bin/arm-linux-gnueabihf-ar |