tenfourfox/testing/taskcluster/tasks/branches/base_jobs.yml
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

45 lines
926 B
YAML

---
# For complete sample of all build and test jobs,
# see <gecko>/testing/taskcluster/tasks/branches/base_job_flags.yml
$inherits:
from: tasks/branches/base_job_flags.yml
builds:
linux:
platforms:
- Linux
types:
debug:
task: tasks/builds/dbg_linux32.yml
linux64:
platforms:
- Linux64
types:
debug:
task: tasks/builds/dbg_linux64.yml
linux64-st-an:
platforms:
- Linux64 Static Analysis
types:
opt:
task: tasks/builds/opt_linux64_st-an.yml
macosx64:
platforms:
- MacOSX64
types:
debug:
task: tasks/builds/dbg_macosx64.yml
macosx64-st-an:
platforms:
- MacOSX64 Static Analysis
types:
opt:
task: tasks/builds/opt_macosx64_st-an.yml
tests:
mochitest-webgl:
allowed_build_tasks:
tasks/builds/dbg_linux64.yml:
task: tasks/tests/fx_linux64_mochitest_gl.yml