1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-19 06:05:01 +03:00

travis-ci: add "dh build-arch" step

debian: fix dependencies
This commit is contained in:
Ilya Shipitsin
2018-03-10 02:01:36 +05:00
committed by Moataz Elmasry
parent cdde36ccb2
commit 863f87fac1
2 changed files with 15 additions and 9 deletions

View File

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