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:
committed by
Moataz Elmasry
parent
cdde36ccb2
commit
863f87fac1
22
.travis.yml
22
.travis.yml
@ -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
|
||||
|
Reference in New Issue
Block a user