[postgis-tickets] r15878 - [travis] ccache to make compilation faster

Sandro Santilli strk at kbt.io
Tue Oct 3 03:14:04 PDT 2017


Author: strk
Date: 2017-10-03 03:14:04 -0700 (Tue, 03 Oct 2017)
New Revision: 15878

Modified:
   trunk/.travis.yml
Log:
[travis] ccache to make compilation faster

Patch by Darafei Praliaskouski

Modified: trunk/.travis.yml
===================================================================
--- trunk/.travis.yml	2017-10-02 22:29:18 UTC (rev 15877)
+++ trunk/.travis.yml	2017-10-03 10:14:04 UTC (rev 15878)
@@ -23,6 +23,8 @@
 
 dist: trusty
 
+cache: ccache
+
 script:
   - ./configure
   - make



More information about the postgis-tickets mailing list