mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-09 03:00:41 +03:00
AppVeyor: run openvpn integration tests
This commit is contained in:
parent
4e6f58584e
commit
77894a34ce
@ -72,6 +72,10 @@ for:
|
|||||||
- make package -C tmp -j $(nproc || sysctl -n hw.ncpu || echo 4)
|
- make package -C tmp -j $(nproc || sysctl -n hw.ncpu || echo 4)
|
||||||
test_script:
|
test_script:
|
||||||
- .ci/appveyor-deb-install-test.sh
|
- .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:
|
matrix:
|
||||||
only:
|
only:
|
||||||
@ -84,6 +88,9 @@ for:
|
|||||||
- .ci/memory-leak-test.sh
|
- .ci/memory-leak-test.sh
|
||||||
test_script:
|
test_script:
|
||||||
- .ci/appveyor-deb-install-test.sh
|
- .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:
|
deploy:
|
||||||
description: 'automatic release'
|
description: 'automatic release'
|
||||||
|
@ -27,4 +27,4 @@ RUN_TITLE_2="testing tcp/ipv4"
|
|||||||
OPENVPN_CONF_2="--dev null --proto tcp --port 1194 \$OPENVPN_BASE"
|
OPENVPN_CONF_2="--dev null --proto tcp --port 1194 \$OPENVPN_BASE"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
sudo make test_scripts=t_client.sh check
|
make test_scripts=t_client.sh check
|
||||||
|
@ -15,5 +15,5 @@ steps:
|
|||||||
.ci/appveyor-deb-install-test.sh
|
.ci/appveyor-deb-install-test.sh
|
||||||
sudo apt-get -y install autoconf libtool liblzo2-dev libpam-dev fping unzip # openvpn build deps
|
sudo apt-get -y install autoconf libtool liblzo2-dev libpam-dev fping unzip # openvpn build deps
|
||||||
sudo .ci/start-se-openvpn.sh
|
sudo .ci/start-se-openvpn.sh
|
||||||
.ci/run-openvpn-tests.sh
|
sudo .ci/run-openvpn-tests.sh
|
||||||
displayName: 'Ubuntu 16.04'
|
displayName: 'Ubuntu 16.04'
|
||||||
|
Loading…
Reference in New Issue
Block a user