https://github.com/git/git
Revision ac102169ec6f47b8be1fe69b4798de385f102af8 authored by Johannes Schindelin on 13 June 2019, 11:10:34 UTC, committed by Johannes Schindelin on 13 June 2019, 12:20:34 UTC
This job was abused to not only run the test suite in a regular way but
also with all kinds of `GIT_TEST_*` options set to non-default values.

Let's split this into two, with the `linux-gcc` job running the default
test suite, and the newly-introduced `linux-gcc-extra` job running the
test suite in the "special" ways.

Technically, we would have to build Git only once, but it would not be
obvious how to teach Travis to transport build artifacts, so we keep it
simple and just build Git in both jobs.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent b697d92
History
Tip revision: ac102169ec6f47b8be1fe69b4798de385f102af8 authored by Johannes Schindelin on 13 June 2019, 11:10:34 UTC
ci: split the `linux-gcc` job into two jobs
Tip revision: ac10216
File Mode Size
files-backend.c -rw-r--r-- 86.0 KB
iterator.c -rw-r--r-- 10.5 KB
packed-backend.c -rw-r--r-- 44.1 KB
packed-backend.h -rw-r--r-- 1.2 KB
ref-cache.c -rw-r--r-- 14.0 KB
ref-cache.h -rw-r--r-- 8.9 KB
refs-internal.h -rw-r--r-- 23.8 KB

back to top