1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00

Travis CI: install to check if the files are copied correctly

This commit is contained in:
Davide Beatrici 2018-09-07 22:12:13 +02:00
parent afde7fb981
commit 553aaf9bad

View File

@ -31,6 +31,7 @@ matrix:
- ./configure
- make -C tmp
- otool -L build/vpnserver/vpnserver
- sudo make -C tmp install
addons:
apt:
@ -55,4 +56,5 @@ script:
- ./configure
- make -C tmp
- ldd build/vpnserver/vpnserver
- sudo LD_LIBRARY_PATH="${HOME}/opt/lib:${LD_LIBRARY_PATH:-}" make -C tmp install
- if [ "${BUILD_DEB}" = "1" ]; then make package -C tmp; fi