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:
parent
d94d5ed2e7
commit
06f9d96918
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user