mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 11:28:16 +00:00
travis: Enable ccache support
This should halve build times in the best case, and only seems to expose one GCC warning-related issue that will be addressed by the next commit. Actual build times will continue to vary wildly based on the kind of changes people push and the build's I/O-bound nature triggering the limitations inherent to shared hosting services.
This commit is contained in:
parent
a8136a2b42
commit
2b12dd8e42
@ -1,5 +1,6 @@
|
||||
language: cpp
|
||||
sudo: required
|
||||
cache: ccache
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
Loading…
x
Reference in New Issue
Block a user