mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55:08 +03:00
Travis CI: specify Makefile directory
This commit is contained in:
parent
2cf01d654f
commit
59dbca72c8
@ -6,12 +6,12 @@ if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
|
||||
export CFLAGS="-I${HOME}/opt/include"
|
||||
export LDFLAGS="-L${HOME}/opt/lib"
|
||||
./configure
|
||||
make
|
||||
make -C tmp
|
||||
ldd bin/vpnserver/vpnserver
|
||||
dh build-arch
|
||||
elif [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
|
||||
./configure
|
||||
make
|
||||
make -C tmp
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user