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

AppVeyor: run openvpn integration tests

This commit is contained in:
Ilya Shipitsin 2019-01-06 16:53:42 +05:00
parent 4e6f58584e
commit 77894a34ce
3 changed files with 9 additions and 2 deletions

View File

@ -72,6 +72,10 @@ for:
- make package -C tmp -j $(nproc || sysctl -n hw.ncpu || echo 4)
test_script:
- .ci/appveyor-deb-install-test.sh
- sudo apt-get update && sudo apt-get -y install autoconf libtool liblzo2-dev libpam-dev fping unzip # openvpn build deps
- sudo .ci/start-se-openvpn.sh
- sudo .ci/run-openvpn-tests.sh
-
matrix:
only:
@ -84,6 +88,9 @@ for:
- .ci/memory-leak-test.sh
test_script:
- .ci/appveyor-deb-install-test.sh
- sudo apt-get update && sudo apt-get -y install autoconf libtool liblzo2-dev libpam-dev fping unzip # openvpn build deps
- sudo .ci/start-se-openvpn.sh
- sudo .ci/run-openvpn-tests.sh
deploy:
description: 'automatic release'

View File

@ -27,4 +27,4 @@ RUN_TITLE_2="testing tcp/ipv4"
OPENVPN_CONF_2="--dev null --proto tcp --port 1194 \$OPENVPN_BASE"
EOF
sudo make test_scripts=t_client.sh check
make test_scripts=t_client.sh check

View File

@ -15,5 +15,5 @@ steps:
.ci/appveyor-deb-install-test.sh
sudo apt-get -y install autoconf libtool liblzo2-dev libpam-dev fping unzip # openvpn build deps
sudo .ci/start-se-openvpn.sh
.ci/run-openvpn-tests.sh
sudo .ci/run-openvpn-tests.sh
displayName: 'Ubuntu 16.04'