diff options
-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 |