1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00
SoftEtherVPN/.appveyor.yml

34 lines
613 B
YAML
Raw Normal View History

2018-04-20 00:27:12 +03:00
version: '{build}'
image:
- Visual Studio 2015
- Ubuntu1604
- Ubuntu1804
2018-04-20 00:27:12 +03:00
skip_branch_with_pr: true
clone_depth: 1
init:
- ps: Update-AppveyorBuild -Version "build-$env:APPVEYOR_BUILD_NUMBER-$($env:APPVEYOR_REPO_COMMIT.substring(0,7))"
install: git submodule update --init --recursive
2018-04-20 00:27:12 +03:00
build_script:
- cmd: >-
src\BuildAll.cmd
exit %errorlevel%
- sh: >-
./configure && make package -C tmp
2018-10-23 22:33:19 +03:00
sudo dpkg -i build/softether-vpn*.deb
sudo systemctl restart softether-vpnserver
2018-04-20 10:55:39 +03:00
artifacts:
- path: output\pkg\*\*
name: Windows
- path: build/*.deb
name: Ubuntu