diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2020-01-12 00:00:45 +0000 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2020-01-14 16:18:51 +0000 |
commit | f2fedd87fcc3e03a297dbf9fb461b5b42d61f886 (patch) | |
tree | 6d54308026db6ae35aff4180091b5dd5f9121e66 /etc | |
parent | b52ddc52906780c3ab530446de9688729a9ee9f3 (diff) | |
download | servo-f2fedd87fcc3e03a297dbf9fb461b5b42d61f886.tar.gz servo-f2fedd87fcc3e03a297dbf9fb461b5b42d61f886.zip |
CI: build Linux amd64 --media-stack=dummy
Diffstat (limited to 'etc')
-rw-r--r-- | etc/taskcluster/decision_task.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 8d8ebdb4970..727778bb63f 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -210,6 +210,7 @@ def linux_tidy_unit(): python3 ./mach build --dev --features layout-2020 python3 ./mach build --dev --libsimpleservo python3 ./mach build --dev -p servo-gst-plugin + python3 ./mach build --dev --media-stack=dummy python3 ./mach test-tidy --no-progress --self-test ./etc/memory_reports_over_time.py --test |