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

CMake: change output directory from "bin" to "build"

This commit is contained in:
Davide Beatrici
2018-08-12 19:22:51 +02:00
parent cb8e2308a3
commit 3a7b801ce5
7 changed files with 18 additions and 15 deletions

View File

@ -33,7 +33,7 @@ matrix:
script:
- ./configure
- make -C tmp
- otool -L bin/vpnserver/vpnserver
- otool -L build/vpnserver/vpnserver
addons:
apt:
@ -57,5 +57,5 @@ script:
- export LDFLAGS="-L${HOME}/opt/lib"
- ./configure
- make -C tmp
- ldd bin/vpnserver/vpnserver
- ldd build/vpnserver/vpnserver
- if [ "${BUILD_DEB}" = "1" ]; then make package -C tmp; fi