1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00

initial travis-ci support (#348)

This commit is contained in:
Ilya Shipitsin 2017-12-04 00:47:31 +05:00 committed by Moataz Elmasry
parent feb268c404
commit d1c543eecd

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
sudo: required
dist: trusty
os: linux
language: c
compiler: [ gcc, clang ]
script:
- ./configure
- make