mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
18 lines
401 B
YAML
18 lines
401 B
YAML
|
$inherits:
|
||
|
from: 'tasks/builds/sm_base.yml'
|
||
|
variables:
|
||
|
build_name: 'sm-warnaserrdebug'
|
||
|
build_type: 'debug'
|
||
|
task:
|
||
|
payload:
|
||
|
env:
|
||
|
SPIDERMONKEY_VARIANT: 'warnaserrdebug'
|
||
|
metadata:
|
||
|
name: '[TC] Spidermonkey Fail-On-Warnings Build Debug'
|
||
|
description: 'Spidermonkey Fail-On-Warnings Build Debug'
|
||
|
extra:
|
||
|
treeherder:
|
||
|
symbol: e
|
||
|
collection:
|
||
|
debug: true
|