summary refs log tree commit diff
path: root/src/ci/docker/x86_64-gnu-incremental
AgeCommit message (Collapse)AuthorLines
2017-01-18travis: Gate on some minimal support for incremental compilation.Michael Woerister-0/+27
This commit adds a travis job that builds a stage2 compiler in incremental mode (but with empty incremental compilation cache). Building incrementally with an empty cache makes sure that the compiler doesn't crash in dependency tracking during bootstrapping.