gecko-dev/testing/taskcluster
Mike Hommey 448113d7fc Bug 1262729 - Allow to more conveniently build toolchains. r=dustin
Currently, we have in-tree scripts that allow to build our toolchains.
We also have a taskcluster script for clang that can be used in with
manually created taskcluster tasks. I wrote a similar script for gcc a
while ago, for the same usage.

This change hooks all these up such that one can do a try push with
`-j linux64-clang` or `-j linux64-gcc` and get a toolchain built as a
result.

It also hooks things up such that changes to the toolchain build scripts
trigger those jobs as well, so as to ensure they are not broken by the
changes.
2016-04-15 08:17:36 +09:00
..
docs Bug 1239808 - Update taskcluster configs for test_package.json renaming. r=garndt 2016-02-25 21:39:26 +01:00
scripts Bug 1262729 - Allow to more conveniently build toolchains. r=dustin 2016-04-15 08:17:36 +09:00
taskcluster_graph Bug 1244189: add 'mach taskcluster-load-image'; r=garndt 2016-03-25 21:49:05 +00:00
tasks Bug 1262729 - Allow to more conveniently build toolchains. r=dustin 2016-04-15 08:17:36 +09:00
tests Merge m-c -> b-i 2016-03-09 16:59:48 +01:00
design.md
mach_commands.py Bug 1244189: add 'mach taskcluster-load-image'; r=garndt 2016-03-25 21:49:05 +00:00
requirements.txt Bug 1194767 - use slugid 1.0.6 in ./mach taskcluster-graph command. r=wcosta 2015-09-04 17:59:34 +02:00
routes.json Bug 1226413 - Allow task images to be built upon push r=wcosta 2015-11-16 12:01:15 -06:00
setup.py