1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-22 09:29:52 +03:00

try to fix App Veyor

This commit is contained in:
Ilya Shipitsin 2018-10-24 00:33:19 +05:00
parent e50cf278cd
commit 7d1fced672

View File

@ -20,8 +20,10 @@ build_script:
exit %errorlevel% exit %errorlevel%
- sh: >- - sh: >-
./configure && make package -C tmp ./configure && make package -C tmp
dpkg -i build/softether-vpn*.deb
systemctl restart softether-vpnserver sudo dpkg -i build/softether-vpn*.deb
sudo systemctl restart softether-vpnserver
artifacts: artifacts:
- path: output\pkg\*\* - path: output\pkg\*\*