1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-28 11:55:08 +03:00

initial travis-ci support

This commit is contained in:
Ilya Shipitsin 2017-08-20 21:55:52 +05:00
parent e9006faf0c
commit 80dc61f947

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