mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55:08 +03:00
Merge 06f9d96918
into b3291c98b0
This commit is contained in:
commit
28116e5b0a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user