mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
initial travis-ci support (#348)
This commit is contained in:
parent
feb268c404
commit
d1c543eecd
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
sudo: required
|
||||||
|
dist: trusty
|
||||||
|
|
||||||
|
os: linux
|
||||||
|
|
||||||
|
language: c
|
||||||
|
|
||||||
|
compiler: [ gcc, clang ]
|
||||||
|
|
||||||
|
script:
|
||||||
|
- ./configure
|
||||||
|
- make
|
Loading…
Reference in New Issue
Block a user