1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-28 11:55:08 +03:00
This commit is contained in:
Ilya Shipitsin 2018-03-03 11:17:24 +00:00 committed by GitHub
commit 28116e5b0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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