Skip to content

Commit

Permalink
travis-ci: add "dh build-arch" step
Browse files Browse the repository at this point in the history
debian: fix dependencies
  • Loading branch information
chipitsine authored and moatazelmasry2 committed Mar 12, 2018
1 parent cdde36c commit 863f87f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
sudo: required
dist: trusty

os: linux

addons:
apt:
packages: [ debhelper ]

language: c
compiler:
- gcc
- clang
script:
- "./configure"
- make

compiler: [ gcc, clang ]

script:
- ./configure
- make
- dh build-arch
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: softether-vpn
Section: net
Priority: optional
Maintainer: Dmitry Orlov <[email protected]>
Build-Depends: debhelper (>= 7.0.50~), libncurses-dev, linux-libc-dev, libssl-dev, libreadline-dev, build-essential, dh-exec
Build-Depends: debhelper (>= 7.0.50~), libncurses5-dev, linux-libc-dev, libssl-dev, zlib1g-dev, libreadline-dev, build-essential, dh-exec
Standards-Version: 3.9.1
Homepage: http://www.softether.org/

Expand Down

0 comments on commit 863f87f

Please sign in to comment.