1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-25 10:59:53 +03:00
SoftEtherVPN/.travis.yml

21 lines
257 B
YAML
Raw Normal View History

2017-12-03 22:47:31 +03:00
sudo: required
dist: trusty
os: linux
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}"
2017-12-03 22:47:31 +03:00
script:
- ./configure
- make