1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00
SoftEtherVPN/.travis.yml
Ilya Shipitsin 863f87fac1 travis-ci: add "dh build-arch" step
debian: fix dependencies
2018-03-12 22:29:42 +01:00

18 lines
174 B
YAML

sudo: required
dist: trusty
os: linux
addons:
apt:
packages: [ debhelper ]
language: c
compiler: [ gcc, clang ]
script:
- ./configure
- make
- dh build-arch