1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2025-04-14 17:33:17 -04:00

task(ci): Enable ccache

This commit is contained in:
Michael Carlberg 2016-05-31 16:36:20 +02:00
parent 85f9dfd872
commit a85b445080

View file

@ -5,6 +5,7 @@ language: cpp
compiler:
- clang
- gcc
cache: ccache
before_install:
- sudo apt-add-repository -y "ppa:george-edison55/george-edison"