1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-07 00:04:57 +03:00

AppVeyor: do not upload ubuntu packages (we will swtich to Launchpad instead),

make vs2017 and vs2015 names different from each other, rename linux test script
This commit is contained in:
Ilya Shipitsin
2018-11-28 02:33:52 +05:00
parent 28e9b46634
commit 557d0a02d9
2 changed files with 13 additions and 19 deletions

View File

@ -0,0 +1,12 @@
#!/bin/bash
set -eux
sudo dpkg -i build/softether-common*.deb
sudo dpkg -i build/softether-vpnbridge*.deb
sudo dpkg -i build/softether-vpnclient*.deb
sudo dpkg -i build/softether-vpncmd*.deb
sudo dpkg -i build/softether-vpnserver*.deb
sudo systemctl restart softether-vpnserver || (sudo journalctl -xe --no-pager >> systemctl.log && appveyor PushArtifact systemctl.log && exit 1)