1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-25 02:49:52 +03:00

travis-ci: enable ccache for build speedup

This commit is contained in:
Ilya Shipitsin 2017-12-04 07:23:20 +05:00
parent d94d5ed2e7
commit 06f9d96918

View File

@ -7,6 +7,14 @@ language: c
compiler: [ gcc, clang ] compiler: [ gcc, clang ]
cache:
ccache: true
before_script:
- mkdir -p "${HOME}/bin"
- ln -s "$(which ccache)" "${HOME}/bin/${CC}"
- PATH="${HOME}/bin:${PATH}"
script: script:
- ./configure - ./configure
- make - make