Try to get ccache working again
This commit is contained in:
parent
0090c9a226
commit
8905a2ee49
1 changed files with 3 additions and 2 deletions
|
@ -8,6 +8,9 @@ dist: bionic
|
||||||
# Enable C++ language support
|
# Enable C++ language support
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
|
# Cache compiled object files with ccache
|
||||||
|
cache: ccache
|
||||||
|
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
|
@ -109,9 +112,7 @@ before_cache:
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Cache compiled object files with ccache
|
|
||||||
cache:
|
cache:
|
||||||
# ccache
|
|
||||||
directories:
|
directories:
|
||||||
- $HOME/AppData/Local/Temp/chocolatey
|
- $HOME/AppData/Local/Temp/chocolatey
|
||||||
- /C/tools/msys64
|
- /C/tools/msys64
|
||||||
|
|
Loading…
Add table
Reference in a new issue