]> git.ipfire.org Git - thirdparty/qemu.git/commit - .travis.yml
.travis.yml: Add description to each job
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 3 Feb 2020 09:09:23 +0000 (09:09 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 4 Feb 2020 17:13:29 +0000 (17:13 +0000)
commit097aebd8b6141f5048f81cbb527520679f4e0a21
tree0a7152e68cfec15b2563a5acf06c5fa13f2bd108
parent5311cb12e970ae6ba4395aa0c3b7674ba237451b
.travis.yml: Add description to each job

The NAME variable can be used to describe nicely a job (see [*]).
As we currently have 32 jobs, use it. This helps for quickly
finding a particular job.

  before: https://travis-ci.org/qemu/qemu/builds/639887646
  after: https://travis-ci.org/philmd/qemu/builds/641795043

[*] https://docs.travis-ci.com/user/customizing-the-build/#naming-jobs-within-matrices

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200125183135.28317-1-f4bug@amsat.org>
Message-Id: <20200203090932.19147-9-alex.bennee@linaro.org>
.travis.yml