mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-19 06:05:01 +03:00
Travis: create package with CMake
This commit is contained in:
@ -20,12 +20,6 @@ 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
|
||||
cache:
|
||||
@ -58,4 +52,4 @@ script:
|
||||
- ./configure
|
||||
- make -C tmp
|
||||
- ldd bin/vpnserver/vpnserver
|
||||
- if [ "${BUILD_DEB}" = "1" ]; then debuild -i -us -uc -b; fi
|
||||
- if [ "${BUILD_DEB}" = "1" ]; then make package -C tmp; fi
|
||||
|
Reference in New Issue
Block a user