mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-19 06:05:01 +03:00
fix debian package builds (#554)
* fix debian builds issue described: https://github.com/SoftEtherVPN/SoftEtherVPN/issues/550 * add cmake3 dependency (for ubuntu 14.04) * "compat" belongs to debian/ subfolder that file is not needed in root folder * update debian package version * compare debian/changelog and src/CurrentBuild.txt
This commit is contained in:
committed by
Moataz Elmasry
parent
1e8cf1dc5d
commit
be0ebb65c1
@ -20,6 +20,12 @@ matrix:
|
||||
- env: OPENSSL_VERSION="1.1.0f"
|
||||
os: linux
|
||||
compiler: clang
|
||||
- env: DESCRIPTION="check debian package version"
|
||||
os: linux
|
||||
before_install:
|
||||
- true
|
||||
script:
|
||||
- .ci/check-debian-package-version.sh
|
||||
- os: osx
|
||||
compiler: clang
|
||||
before_install:
|
||||
|
Reference in New Issue
Block a user