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

another attempt to fix launchpad builds

This commit is contained in:
Ilya Shipitsin
2018-08-05 19:42:05 +05:00
parent 30a554c190
commit 9beec899b2
6 changed files with 17 additions and 17 deletions

View File

@ -8,7 +8,7 @@ env:
matrix:
include:
- env: OPENSSL_VERSION="1.0.2o"
- env: OPENSSL_VERSION="1.0.2o" BUILD_DEB="1"
os: linux
compiler: gcc
- env: OPENSSL_VERSION="1.1.0f"
@ -40,7 +40,7 @@ matrix:
addons:
apt:
packages: [ debhelper ]
packages: [ debhelper, devscripts, fakeroot, cmake3, dh-exec ]
cache:
directories:
@ -58,4 +58,4 @@ script:
- ./configure
- make -C tmp
- ldd bin/vpnserver/vpnserver
- dh build-arch
- if [ "${BUILD_DEB}" = "1" ]; then debuild -i -us -uc -b; fi