servo/etc/ci/buildbot_steps.yml
2019-11-19 18:37:29 +01:00

47 lines
1,009 B
YAML

env:
RUST_BACKTRACE: '1'
RUSTFLAGS: -Dwarnings
CARGO_INCREMENTAL: "0"
GST_DEBUG: '3'
SCCACHE_IDLE_TIMEOUT: "1200"
SCCACHE_MAX_FRAME_LENGTH": "100000000" # 100 MB
linux-rel-nogate:
env:
CC: clang-4.0
CXX: clang++-4.0
commands:
- ./mach clean-nightlies --keep 3 --force
- ./mach clean-cargo-cache --keep 3 --force
- ./etc/ci/clean_build_artifacts.sh
- ./mach build --release -p servo
- python ./etc/ci/chaos_monkey_test.py
- env RUSTFLAGS= bash ./etc/ci/mutation_test.sh
- ./etc/ci/clean_build_artifacts.sh
# Moved to Taskcluster
linux-dev: []
mac-dev-unit: []
windows-msvc-dev: []
android-mac: []
android: []
android-x86: []
mac-rel-wpt1: []
mac-rel-wpt2: []
mac-rel-wpt3: []
mac-rel-wpt4: []
mac-rel-css1: []
mac-rel-css2: []
android-nightly: []
windows-msvc-nightly: []
mac-nightly: []
magicleap-nightly: []
magicleap: []
linux-nightly: []
linux-rel-wpt: []
linux-rel-css: []
# No longer maintained
arm32: []
arm64: []
mac-rel-intermittent: []
linux-rel-intermittent: []