mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
try to fix App Veyor
This commit is contained in:
parent
e50cf278cd
commit
7d1fced672
@ -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\*\*
|
||||||
|
Loading…
Reference in New Issue
Block a user