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 CFLAGS="-I${HOME}/opt/include"
|
||||||
export LDFLAGS="-L${HOME}/opt/lib"
|
export LDFLAGS="-L${HOME}/opt/lib"
|
||||||
./configure
|
./configure
|
||||||
make
|
make -C tmp
|
||||||
ldd bin/vpnserver/vpnserver
|
ldd bin/vpnserver/vpnserver
|
||||||
dh build-arch
|
dh build-arch
|
||||||
elif [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
|
elif [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
|
||||||
./configure
|
./configure
|
||||||
make
|
make -C tmp
|
||||||
else
|
else
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user