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

12 lines
106 B
YAML
Raw Normal View History

2017-12-03 22:47:31 +03:00
sudo: required
dist: trusty
os: linux
language: c
2018-03-07 01:29:36 +03:00
compiler:
- gcc
- clang
2017-12-03 22:47:31 +03:00
script:
2018-03-07 01:29:36 +03:00
- "./configure"
- make