1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-04-21 06:19:25 +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
+2
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