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

18 lines
174 B
YAML
Raw Normal View History

2017-12-03 22:47:31 +03:00
sudo: required
dist: trusty
2017-12-03 22:47:31 +03:00
os: linux
addons:
apt:
packages: [ debhelper ]
2017-12-03 22:47:31 +03:00
language: c
compiler: [ gcc, clang ]
script:
- ./configure
- make
- dh build-arch